I want to add a formula in Crystal Reports that will only look at Saturday and Sunday from a starting date forward
This is the code I currently am using, but It doesn't seem to be working:
{Help_Desk.Open Date & Time} >= Date (2004, 08, 01) and
{Help_Desk.Open Time} > "17:00:00" and
DayOfWeek(CurrentDate) =1 and DayOfWeek(CurrentDate) =7
Any help that you can give is appreciated.
K.
This is the code I currently am using, but It doesn't seem to be working:
{Help_Desk.Open Date & Time} >= Date (2004, 08, 01) and
{Help_Desk.Open Time} > "17:00:00" and
DayOfWeek(CurrentDate) =1 and DayOfWeek(CurrentDate) =7
Any help that you can give is appreciated.
K.