Hi all,
I am trying to develop a pretty basic database that will generate a report that will act as our daily production schedule. We make plastic bottles and have about 250 SKU's or so in the system. I have them all entered with all the details (resin, colorant, packaging, etc.).
Now I want to write a query that will ask the scheduler which items they want to run for a 24 hour period so they will print out on the report (all the details included). I need to be able to accept multiple items over multiple production lines. Can I do this with a single query? How many items can I return on a parameter query?
If not possible, is there another way to accomplish what I am trying to do?
Thanks.