I have a database, and have a number of reports that will print.
From the main table I have a querie that will return the order sheets that I need.
This query is presented in a Form, so that I can scroll through the records. From the returned records I want to create a combined report which only contains a few of the records. I have introduced a yes/no toggle (combine), and the report looks at the query, and combines the records for the report, based on the selected records with the combine=yes. This bit works.
Now what I want to do is create a button at the bottom of the form which will reset the toggle to no, or unselect all the selected records.
HOW????
I have created a query that finds all the selected fields, and this creates a datasheet with just these fields on, and I want to un-check all of them in one go, but my macro only resets the first record and not the rest.
ANY HELP PLEASE???
Is there another way maybe??
From the main table I have a querie that will return the order sheets that I need.
This query is presented in a Form, so that I can scroll through the records. From the returned records I want to create a combined report which only contains a few of the records. I have introduced a yes/no toggle (combine), and the report looks at the query, and combines the records for the report, based on the selected records with the combine=yes. This bit works.
Now what I want to do is create a button at the bottom of the form which will reset the toggle to no, or unselect all the selected records.
HOW????
I have created a query that finds all the selected fields, and this creates a datasheet with just these fields on, and I want to un-check all of them in one go, but my macro only resets the first record and not the rest.
ANY HELP PLEASE???
Is there another way maybe??