franc_5791
New member
- Local time
- Today, 06:59
- Joined
- Nov 7, 2008
- Messages
- 6
Hi All
I am struggling with a query in my form
I have a Listbox and a text box on the form.
The user has select one value from the Listbox and enter a value in text box
My query should be
select * from mytable where variable1 (Listbox) = variable2 (text box)
I am at crossroads here and need help with the query. How do I form the query and both variables are string type
Help is appreciated.
Best wishes
I am struggling with a query in my form
I have a Listbox and a text box on the form.
The user has select one value from the Listbox and enter a value in text box
My query should be
select * from mytable where variable1 (Listbox) = variable2 (text box)
I am at crossroads here and need help with the query. How do I form the query and both variables are string type
Help is appreciated.
Best wishes