prmitchell
Registered User.
- Local time
- Tomorrow, 01:36
- Joined
- Jan 2, 2013
- Messages
- 58
I wish to run a query where the criteria for the query is the value of the text box where the cursor is
I know how to get the value in the text box
Me.[textboxname].Text
but I don't know then how to correctly use this as the criteria in the query
NB: the value is in a text box not a combo box.
The process is
the user types in a value and optionally clicks a button to run the query where the criteria is the value in the text box
thank you in anticipation
Peter
I know how to get the value in the text box
Me.[textboxname].Text
but I don't know then how to correctly use this as the criteria in the query
NB: the value is in a text box not a combo box.
The process is
the user types in a value and optionally clicks a button to run the query where the criteria is the value in the text box
thank you in anticipation
Peter