CDate function errors

ppete

Registered User.
Local time
Today, 11:19
Joined
Jan 15, 2002
Messages
27
Hi,

I think there may be a very simple solution to this but I've done a bit of searching on the forum and haven't come up with anything similar. So...

I'm using the Cdate function in a query:

nCloseDate: CDate(Right([ClosedDate],2) & "/" & Mid([ClosedDate],6,2) & "/" & Left([ClosedDate],4))

...but somewhere on the table the data isn't formatted correctly. Is there a way to search for errors?

thanks,

P
 

Users who are viewing this thread

Back
Top Bottom