Hi,
Is it possible to restrict a date field in a form, so that when the user enters the date, it has to be >= Date() ?
Thanks
Kirsti
Hi,
Is it possible to restrict a date field in a form, so that when the user enters the date, it has to be >= Date() ?
Thanks
Kirsti
You can use that expression in ValidationRule property or VBA code to validate entry.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Thanks June - I had no idea it was so simple!
Kirsti