S
StuJol
i have a table, using a medium date just to give me the time function
1 02:00 AM
2 02:30 AM
3 03:30 AM
current time is 03:00, is using the following code
DCount("*","[Reminders]","[Time]<Format(Now(),"hh:mm AMPM")")
which should return a count of 2 but im getting compile error.
Can anyone tell why please?
1 02:00 AM
2 02:30 AM
3 03:30 AM
current time is 03:00, is using the following code
DCount("*","[Reminders]","[Time]<Format(Now(),"hh:mm AMPM")")
which should return a count of 2 but im getting compile error.
Can anyone tell why please?