Parameter Query Question

J

jdb

Not sure really how to do this at all, could use some guidance.

I have a table of file names.
Each file name has a unique number field.
I need to print a small number of the names onto lables, and each time the
names will be different. So today I might want to print filenames 5, 432, 8,
and 135. Tomorrow maybe 786, 335, and 2. Etc. Etc.

I assume I should design a query (parameter?) that prompts the user for
which filenames to print, then run a label report based on that query.

How do I design the query so that it prompts for the ID field again and
again until the user has all the files they want printed that day?

Thank you.
 
Top