What I am trying to do is to get an application to quit if anyone uses it after 01/01/2013
This seems to work OK
if date = "01/01/2013" then DoCmd.Quit (ie nothing happens)
but when I then change it to
if date > "01/01/2013" then DoCmd.Quit
it DOES quit ! - and I cant work out why !!
What am I doing wrong?? Can anyone help??
This seems to work OK
if date = "01/01/2013" then DoCmd.Quit (ie nothing happens)
but when I then change it to
if date > "01/01/2013" then DoCmd.Quit
it DOES quit ! - and I cant work out why !!
What am I doing wrong?? Can anyone help??