rsewell Registered User. Local time Today, 13:15 Joined Jun 4, 2003 Messages 12 Oct 24, 2003 #1 i need to set the system calendar to be nov - oct. I can do it with sql but i'm doubtful that i can do the same thing in access. Does anyone know how to do this?
i need to set the system calendar to be nov - oct. I can do it with sql but i'm doubtful that i can do the same thing in access. Does anyone know how to do this?
Mile-O Back once again... Local time Today, 13:15 Joined Dec 10, 2002 Messages 11,316 Oct 24, 2003 #2 Date$ = DateSerial(Year(Date), 11, 1) This sets the system time to the 1st-Nov-current year
rsewell Registered User. Local time Today, 13:15 Joined Jun 4, 2003 Messages 12 Oct 24, 2003 #3 system date Thanks for the quick reply. That may do it... __________________________________________ you have the body
system date Thanks for the quick reply. That may do it... __________________________________________ you have the body