siCIVIC1986
Registered User.
- Local time
- Today, 18:10
- Joined
- Feb 22, 2010
- Messages
- 12
Hi All
I am relatively new to forms and Access but I know a few things about VB so I am sure this isnt too difficult a task.
I have a form in access currently being populated by people with job information and the request for a cell breakdown has been made, What I want to do is based on a combo box that will be populated with values 1-99 for example I want to be able to output on my form the amount of information for the requested amount of cells so:
ComboBox = 2
Form would look like:
Cell1 - Input box linked to table
Cell1 Data - Input box linked to table
Cell1 Artwork - Input box linked to table
Cell2 - Input box linked to table
Cell2 Data - Input box linked to table
Cell2 Artwork - Input box linked to table
and so on...
is this a possibility? How does this link to the table? would I have to have fields in the table allready or can they be dynamically added?
Many Thanks in advance.
Si
I am relatively new to forms and Access but I know a few things about VB so I am sure this isnt too difficult a task.
I have a form in access currently being populated by people with job information and the request for a cell breakdown has been made, What I want to do is based on a combo box that will be populated with values 1-99 for example I want to be able to output on my form the amount of information for the requested amount of cells so:
ComboBox = 2
Form would look like:
Cell1 - Input box linked to table
Cell1 Data - Input box linked to table
Cell1 Artwork - Input box linked to table
Cell2 - Input box linked to table
Cell2 Data - Input box linked to table
Cell2 Artwork - Input box linked to table
and so on...
is this a possibility? How does this link to the table? would I have to have fields in the table allready or can they be dynamically added?
Many Thanks in advance.
Si