G
Guest
I have a storage table that contains over 12000 records.
In that table there are 2 fields [Job #] & [Version] that would be
referenced by this new query.
The user would like to be able to search for groups of records by entering
in their individual Job #'s (their associated versions would by default be
pulled into the results), and then have the results of all those records
entered by the user displayed.
What I would like to do is have a query or SQL statement;, whichever works
the best, continually prompt the user for a Job # until that user has entered
all the ones they need to, and then have the query or SQL statement display
the results.
How can that be done? I know how to do a single prompt in a Select Query,
but how do you have it loop through the same prompt until the user is done?
Thanks1
In that table there are 2 fields [Job #] & [Version] that would be
referenced by this new query.
The user would like to be able to search for groups of records by entering
in their individual Job #'s (their associated versions would by default be
pulled into the results), and then have the results of all those records
entered by the user displayed.
What I would like to do is have a query or SQL statement;, whichever works
the best, continually prompt the user for a Job # until that user has entered
all the ones they need to, and then have the query or SQL statement display
the results.
How can that be done? I know how to do a single prompt in a Select Query,
but how do you have it loop through the same prompt until the user is done?
Thanks1