mattc Posted January 10, 2003 Posted January 10, 2003 Hi I'm trying to execute a database record purge between two specific times but I think i'm getting the syntax wrong in the time calc: IF=Status( CurrentTime) >= "22,35,00" and Status( CurrentTime) <= "22,40,00" I've tried sperating the hrs/min/sec with a colon but think doesn't work either? This is going to be really simple isn't it!!
djgogi Posted January 10, 2003 Posted January 10, 2003 Status( CurrentTime) >= TextToTime("22:35:00") and Status( CurrentTime) <= textTotime("22:40:00") dj
Recommended Posts
This topic is 7992 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now