Hello,
I am having trouble with a step in my form. I have attached the database (Access 2016 is used) in this post.
Please open "data_entry form" which has 3 drop down menus. Select an option in first two drop down menus, and click the command buttons next to the menus (I had to add command buttons or else it wouldn't refresh the menus properly), then finally select an option in the third menu (it filters based off of first two menus choices).
When you click Open Report, it should only bring up the records you selected as criteria based in the drop down menu in a Print Preview report. Instead it brings up all records and doesn't filter on the selections in the drop down menus. What do I do to filter it for the criteria selected?
I have created a queryMaster and I believe I am supposed to add in a filter in here, but I don't know how to write it. Also, I have a Tbl_Master which is the master information list, but the form currently doesn't pull anything from this table, it pulls from other tables. I will need it to pull from Tbl_Master afterwards because I have duplicates and can't have a primary key as I have it now. I will do that later. For now, I just need a report generated based on the criteria I selected from the form drop down. I searched through numerous youtube videos and still stuck. thanks in advance.
Please let me know if you need any more information.
Please help as it is urgent and last step I am stuck on.
I am having trouble with a step in my form. I have attached the database (Access 2016 is used) in this post.
Please open "data_entry form" which has 3 drop down menus. Select an option in first two drop down menus, and click the command buttons next to the menus (I had to add command buttons or else it wouldn't refresh the menus properly), then finally select an option in the third menu (it filters based off of first two menus choices).
When you click Open Report, it should only bring up the records you selected as criteria based in the drop down menu in a Print Preview report. Instead it brings up all records and doesn't filter on the selections in the drop down menus. What do I do to filter it for the criteria selected?
I have created a queryMaster and I believe I am supposed to add in a filter in here, but I don't know how to write it. Also, I have a Tbl_Master which is the master information list, but the form currently doesn't pull anything from this table, it pulls from other tables. I will need it to pull from Tbl_Master afterwards because I have duplicates and can't have a primary key as I have it now. I will do that later. For now, I just need a report generated based on the criteria I selected from the form drop down. I searched through numerous youtube videos and still stuck. thanks in advance.
Please let me know if you need any more information.
Please help as it is urgent and last step I am stuck on.