Try to us my SQL knowledge in selecting a group of data contain a selected group of Chcek Numbers. I have a text box on a form that a user can enter in chcek numbers example:
10023, 10045, 10089
I am try to have my query look at this field and only pull thoe 3 numbers
SQL
----
Select * from q_Table1 where checknumber in ('10023','10045','10089')
But how do I make Access Query look at the form field?
thanks
steve