G
Guest
I have just converted a file over from Access97 to Access 2000. I have a
form that opens up to calendar. In Access 97 there was a code in the form:
Calendar.Value = IIf(IsNull(ScheduleDate), Date, ScheduleDate.Value)
For whatever reason, when debugging/compiling in A2000, it doesn't like the
Date statement above. I am not access wise (the person who made it has left
organization). Please help me out here if anyone can!
Thanks so much
Very desperate.
form that opens up to calendar. In Access 97 there was a code in the form:
Calendar.Value = IIf(IsNull(ScheduleDate), Date, ScheduleDate.Value)
For whatever reason, when debugging/compiling in A2000, it doesn't like the
Date statement above. I am not access wise (the person who made it has left
organization). Please help me out here if anyone can!
Thanks so much
Very desperate.