Run code If date Passed issues!!!!!!
Hi ,
you lovely lot
i have some code that checks the last date in a table. The code is :
i want the form to open if the date has passed.
For some reason it doesn't trigger have i got the expression right ? The red text
thanks in advance
shane
Hi ,
you lovely lot
i have some code that checks the last date in a table. The code is :
Code:
DateOfBackup = Nz(DLookup("BackupDate", "Newsdate", "BackupDate=date()"), 0)
If DateOfBackup [COLOR=Red]>=[/COLOR] Date Then
DoCmd.OpenForm "Teaminformer"
For some reason it doesn't trigger have i got the expression right ? The red text
thanks in advance
shane
Last edited: