Drew Wutka
DWUTKA at marlow.com
Thu Feb 1 10:37:27 CST 2007
I doubt it. I like the DateSerial method because if I am building a date, I don't have to worry abut the format of a date, or international standard. DateSerial is always month, year, day. Just a personal quirk, I guess. Drew -----Original Message----- From: Susan Harkins [mailto:ssharkins at setel.com] Sent: Thursday, February 01, 2007 10:31 AM To: 'Access Developers discussion and problem solving' Subject: Re: [AccessD] Six Month Review Why? Is it superior to the shorter expression in some way? Susan H. My personal preference is the DateSerial function: DateNxtReview=DateSerial(Month(DateReview)+6,Year(DateReview), Day(DateReview)) -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com