Hello,
I have a split form with the datasheet at the bottom. On my form I have a search box that I borrowed from Microsoft's Contact Management database template. The box searches on each of my fields so I can filter base on location or job classification, etc. The form is for setting up a mail merge and labels. I have a checkmark field (Yes/No) for setting the query criteria for the mail merge. I have a button to select all records and one to clear all records of the checkmarks. I would like to make a button to checkmark all the records selected by the search.
I tried to set the criteria for the update query to the Employee_ID on the form. This, however, finds and changes only the first record. How can I query all the records showing in the datasheet portion of the form?
I have a split form with the datasheet at the bottom. On my form I have a search box that I borrowed from Microsoft's Contact Management database template. The box searches on each of my fields so I can filter base on location or job classification, etc. The form is for setting up a mail merge and labels. I have a checkmark field (Yes/No) for setting the query criteria for the mail merge. I have a button to select all records and one to clear all records of the checkmarks. I would like to make a button to checkmark all the records selected by the search.
I tried to set the criteria for the update query to the Employee_ID on the form. This, however, finds and changes only the first record. How can I query all the records showing in the datasheet portion of the form?