tenbellies
Programmer
I need to put some added security on a program i'm trying to add some code like this
sub form_load
if Date <= 01/01/2004 then
msgbox "Date Error"
unload me
Exit sub
end if
End sub
This won't work have tried other ways of coding but can't get it to work any one help.....
sub form_load
if Date <= 01/01/2004 then
msgbox "Date Error"
unload me
Exit sub
end if
End sub
This won't work have tried other ways of coding but can't get it to work any one help.....