Running a query on 1st day of April

Gimp

New member
Local time
Today, 14:25
Joined
Apr 12, 2003
Messages
9
Hi
How do I check in the condition which day of the month and which month of the yeaar is now?
Thanks!

PS: I want to run this on AutoExec
 
You can use the Month() and the Day() functions with the Date() function as their argument.

i.e.

Month(Date())

Day(Date())
 
Thanks alot!
 

Users who are viewing this thread

Back
Top Bottom