Bean Machine
Member
- Local time
- Today, 02:53
- Joined
- Feb 6, 2020
- Messages
- 102
Okay the title might be confusing so I'll explain in greater detail. I have a form in which a user can input information into comboboxes and then run a query to pull up the data they had input. For example if I wanted to run a query to search a student name, I would input the student name and it would pull up all records on that student. You can get as specific as an item that the student signed out. Anyway, I want the user to be able to generate a report based on what they queried for, the only problem is that when creating a report for the query I get a pop up window that says "Enter Parameter Value", which makes sense as that was what my code in the query itself does but I don't want that window to pop up when trying to create a report as that information was already input into the query by the user. I hope this isn't too confusing, I'm just not sure where to go from here. Here is a sample of my database, I am currently trying to work around it using the "master report". The "Database Search" form is what the query pulls from and the query is called "Items Master List".