credit card validation rules
People to People Lending with Prosper
How can i set a validation rule in access which does not allow a date that has passed to be entered?
Hi there!
I need to know what validation rule i need to enter into microsoft access which will not allow dates that have passed to be entered into a field. The field is a credit card expiry date field and i dont want people to be able to enter the details of cards that have expired. How do i do this? its something like >today but how do i write that?!
Thanks for your help
In the validation rule textbox. enter
>= Now()
