P
prog
Hi,
I'm working in design view of Access..specifically try to validate a field,
to check to see if it is in a specific date format. So, my example is below:
IIF([column1] like MM/DD/YYYY HH24:MM),"its a valid date", "not valid date")
So, I need a way to check for the given date format above where it is
MM/DDYYYY with the time include.
I'm working in design view of Access..specifically try to validate a field,
to check to see if it is in a specific date format. So, my example is below:
IIF([column1] like MM/DD/YYYY HH24:MM),"its a valid date", "not valid date")
So, I need a way to check for the given date format above where it is
MM/DDYYYY with the time include.