HappyBunny
Registered User.
- Local time
- Today, 12:53
- Joined
- Jun 6, 2008
- Messages
- 22
HI,
I have a form with a few combo boxes on it and want to add a 'Run Query' Button to it to open a query for each combo box.
BUT
What do I put for a criteria in each query field????
i tried
[Forms]![frmCOMBOBOX].[cboRelay_ID] , but it didin't work..
COMBOBOX is the name of my form with the combo box fields
Relay_ID is the field name that i'm trying to run a query on.
Please help...
I have a form with a few combo boxes on it and want to add a 'Run Query' Button to it to open a query for each combo box.
BUT
What do I put for a criteria in each query field????
i tried
[Forms]![frmCOMBOBOX].[cboRelay_ID] , but it didin't work..
COMBOBOX is the name of my form with the combo box fields
Relay_ID is the field name that i'm trying to run a query on.
Please help...