A
allie
I need to give a message if the date entered is not the
current date.
I wrote:
if txtdate <> date then
msgbox "the date entered is not today's date
end if
txtdate = name of date field on form
date = date function
It does not work. It is taking the date entered in
txtdate and assigning it to date.
please help
Thanks
current date.
I wrote:
if txtdate <> date then
msgbox "the date entered is not today's date
end if
txtdate = name of date field on form
date = date function
It does not work. It is taking the date entered in
txtdate and assigning it to date.
please help
Thanks