|
From: Nat on 2 Jul 2008 10:19 I'm working on a database that is about server information. Someone has already started this project, and basciall didn't leave me with much information about it. So I'm trying to figure out everything in bits and pieces right now. And I'm still trying to learn most of the access language so if something I say is wrong, please correct me. Currently on the form when you choose from the combo box and click the command button all the information you need is right there. I'm trying to figure out how to create on the form/ table if for example: the server has many nodes that needs to be listed next to it, how to do that exactly. It needs to look like this: Server Name Node Name ------------- ------------- Server A 1 2 3 How would I go about doing that?
From: pietlinden on 2 Jul 2008 10:38 On Jul 2, 9:19 am, Nat <N...(a)discussions.microsoft.com> wrote: > I'm working on a database that is about server information. Someone has > already started this project, and basciall didn't leave me with much > information about it. So I'm trying to figure out everything in bits and > pieces right now. And I'm still trying to learn most of the access language > so if something I say is wrong, please correct me. Currently on the form when > you choose from the combo box and click the command button all the > information you need is right there. > > I'm trying to figure out how to create on the form/ table if for example: > the server has many nodes that needs to be listed next to it, how to do that > exactly. It needs to look like this: > Server Name Node Name > ------------- ------------- > Server A 1 > 2 > 3 > > How would I go about doing that? Base a form on the table you have, make it a continuous form, and then drop it into the other form as a subform.
|
Pages: 1 Prev: Access 2007 : Liste déroulante devenant subitement transparente Next: ole server f |