Hi
I want a code to run when the current date passes the date set in a table, I am using the code below
If "date() " > "table.[sample.check]" Then
DoCmd.Quit
End If
where sample.check is the tabel and field with date, what hve i done wrong??
Many thanks
Steve
I want a code to run when the current date passes the date set in a table, I am using the code below
If "date() " > "table.[sample.check]" Then
DoCmd.Quit
End If
where sample.check is the tabel and field with date, what hve i done wrong??
Many thanks
Steve