Hello All,
Here is my problem. I want to write code in VBA for an access DB macro that will (based on the day of the week) run 1 of 2 queries but I don’t know how to go about doing it. Here is what I mean:
IF today is Monday
THEN run qry1
ELSE run qry2
How do I do this?
Here is my problem. I want to write code in VBA for an access DB macro that will (based on the day of the week) run 1 of 2 queries but I don’t know how to go about doing it. Here is what I mean:
IF today is Monday
THEN run qry1
ELSE run qry2
How do I do this?
Comment