Hello I am new to Access and slowly finding my way round.
I have built 30 queries which eventually build two Union Queries of which each query as a slight different criteria.
In all 30 queries there is an indentical Field name called Arrived. What i want the user to be able to do is change the criteria in the Arrived figure throught a message box. So far the criteria is in the field is:
>=date()-3
This will show me everything 3 days ago. What i want to do is to let the user check what happened 5 days ago 10 days ago. I know i can create the following to solve the message box:
>=date()-3-[Enter in the days less than today]
Is there away to update all 30 queries at once with the same code?
I have built 30 queries which eventually build two Union Queries of which each query as a slight different criteria.
In all 30 queries there is an indentical Field name called Arrived. What i want the user to be able to do is change the criteria in the Arrived figure throught a message box. So far the criteria is in the field is:
>=date()-3
This will show me everything 3 days ago. What i want to do is to let the user check what happened 5 days ago 10 days ago. I know i can create the following to solve the message box:
>=date()-3-[Enter in the days less than today]
Is there away to update all 30 queries at once with the same code?