oohmygod831
Registered User.
- Local time
- Today, 20:56
- Joined
- Feb 16, 2005
- Messages
- 43
i have a form which will book in information and i need to make it 'idiot proof' so i decided to use combo boxes so the user can only select the data i let him.
what i need to do is this. My first combo box would list values from a table, the second however would list values probably from a query which would be dependant on the selection from the first combo box.
Is this possible within a single form?
i have tried [Forms]![yourformname]![comboname] in the query that the second combo box would access but it wouldnt work.
what i need to do is this. My first combo box would list values from a table, the second however would list values probably from a query which would be dependant on the selection from the first combo box.
Is this possible within a single form?
i have tried [Forms]![yourformname]![comboname] in the query that the second combo box would access but it wouldnt work.