Hello,
I have a Combo box within a form which is run from a basic query.
What i want to do is the user to get the name they want from the combo box, then click ok and a macro is run which will run a query which will present the results within a form.
The only bit i am unsure of is, What code do you put in the criteria of the Query which the combo box is based on which makes it searchable?
i mean in others i have put things like:
[Form]![Company]![text0]
is it something similar to this?
please help if you can!
Rob
I have a Combo box within a form which is run from a basic query.
What i want to do is the user to get the name they want from the combo box, then click ok and a macro is run which will run a query which will present the results within a form.
The only bit i am unsure of is, What code do you put in the criteria of the Query which the combo box is based on which makes it searchable?
i mean in others i have put things like:
[Form]![Company]![text0]
is it something similar to this?
please help if you can!
Rob