Wednesday, 21 August 2013

MS Access Query from form for multiple records in text box

MS Access Query from form for multiple records in text box

I have created a form in Access which queries a single record in a set
date range. This works beautifully. My question is how can I query
multiple records from a form text box.
Something Similar to the SQL function
IN ('XXX','XXX','XXX')
I want my users to be able enter multiple values on the form and it will
spit out the corresponding Data.

No comments:

Post a Comment