C
CW
I'm trying to prevent users entering dates in the future in various controls
on our Orders form.
So that the date could not be any greater than the current date, in the
underlying table I set the Validation Rule as <Date()+1, with a suitable
message being fired.
However, I noiw get an error message saying that the table cannot be saved
due to an improper use of Date.
What have I got wrong?
Thanks
CW
on our Orders form.
So that the date could not be any greater than the current date, in the
underlying table I set the Validation Rule as <Date()+1, with a suitable
message being fired.
However, I noiw get an error message saying that the table cannot be saved
due to an improper use of Date.
What have I got wrong?
Thanks
CW