J
John Ortt
I have a macro to run a monthly update which has the following criteria:
When I am testing the database I would like to run the same query but only
for one month to save time.
Is the best way of doing this to use two separate queries and two separate
macros or can anybody think of an alternative.
Any help greatly appreciated.
Thanks,
John
DateAdd("m",-24,Date())
When I am testing the database I would like to run the same query but only
for one month to save time.
Is the best way of doing this to use two separate queries and two separate
macros or can anybody think of an alternative.
Any help greatly appreciated.
Thanks,
John