Validation Rule

J

JJ

I would like to put restiction on a textbox to only contain a valid date.

Thanks in advance.
 
K

Ken Snell \(MVP\)

Set its Format to Short Date, or any of the other date formats. ACCESS then
will expect a "valid date" entry.
 
Top