I have a query written to Update a IndContacts.donor field (Yes/No Box) to Yes which I would like to cause to run Before a Query which generates all information about Donors keyed off that field (Donor). When I look at the SQL Statement it starts Select IndContacts.ContactID, etc..... Where IndContacts.Donor=Yes
Can I add anything to the Front end to Cause the Update Query to run First before the Select ?
I know I can do it with a Button on a form, but wondered if it can be done right in the Query itself.
Can I add anything to the Front end to Cause the Update Query to run First before the Select ?
I know I can do it with a Button on a form, but wondered if it can be done right in the Query itself.