D
Dan
I have a macro that runs several queries and produces some various reports. I
also have some set up for thier specific day (ie Monday, Tuesday etc) However
there are some that only get ran on the 22 of every month. I used the
following in the condition:
DateSerial(Year(Date()),Month(Date()),22)
Works find for queries but I cant get it to work for my macro condition.
Any help is much appreciated. Thanks & Cheers
also have some set up for thier specific day (ie Monday, Tuesday etc) However
there are some that only get ran on the 22 of every month. I used the
following in the condition:
DateSerial(Year(Date()),Month(Date()),22)
Works find for queries but I cant get it to work for my macro condition.
Any help is much appreciated. Thanks & Cheers