Hi, I'm completely new to Access and VBA so what I'm asking is probably really simple, anyway:
I have an Order form which has two date fields, one for the date the order is placed (today) and one for when the order is required by. I have to write a function to validate the second so that the user gets a warning if the required by date is earlier than or equal to today.
And I'm stumped. Could anyone offer any advice?
Thanks
I have an Order form which has two date fields, one for the date the order is placed (today) and one for when the order is required by. I have to write a function to validate the second so that the user gets a warning if the required by date is earlier than or equal to today.
And I'm stumped. Could anyone offer any advice?
Thanks
Comment