G
Guest
Does anybody know of any code to calculate whether a certain year is a leap
year, in Access VBA?
year, in Access VBA?
Does anybody know of any code to calculate whether a certain year is a leap
year, in Access VBA?
fredg said:Check for whether 2/29/xxxx is a date:
In the debug window
? IsDate(#2/29/2004#) returns True
? IsDate(#2/29/2005#) returns an error.
any code to calculate whether a certain year is a leap
year