M Costumes
Member
- Local time
- Today, 07:16
- Joined
- Feb 9, 2021
- Messages
- 75
I made an inventory/rental database and I'm now in the process of fully working in it and of course I'm finding bells & whistles I would like to add. It has a search function that works well--user enters in parameters via combo boxes and it returns all inventory items meeting those criteria. Right now, it opens all the results/records in a single report. I'd like to add an additional option (it would be a second button) where the user could choose to open the results in a form to view the records, and then select with a checkbox which records to print in a report. Is that possible?
I can use the same query to open the results in a form (just need to build the form and button), but from there, to select specific records and then only those records show in the report, I'm guessing I need to write another query based on that form? Thank you for your input!
I can use the same query to open the results in a form (just need to build the form and button), but from there, to select specific records and then only those records show in the report, I'm guessing I need to write another query based on that form? Thank you for your input!