Hello:
Thanks for reading my post. I am trying to generate Athletic League schedules using Access 2003 and Windows XP PRO. I am using DateSerial in a text box to print the game dates on the League schedule report. This is the control source for one of the dates on my report.
=DateSerial(Yea r([Date2]),Month([Date2]),Day([Date2]+7))
The problem I am having is that if the day is a Holiday then I do not want to print the schedule information for that particular day, I want to print for example "NO GAMES".
How do I determine which dates are Holidays, and then skip the printing of a particular game day?
Thank you for your assistance.
Thanks for reading my post. I am trying to generate Athletic League schedules using Access 2003 and Windows XP PRO. I am using DateSerial in a text box to print the game dates on the League schedule report. This is the control source for one of the dates on my report.
=DateSerial(Yea r([Date2]),Month([Date2]),Day([Date2]+7))
The problem I am having is that if the day is a Holiday then I do not want to print the schedule information for that particular day, I want to print for example "NO GAMES".
How do I determine which dates are Holidays, and then skip the printing of a particular game day?
Thank you for your assistance.
Comment