January 10, 200323 yr 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!!
January 10, 200323 yr Status( CurrentTime) >= TextToTime("22:35:00") and Status( CurrentTime) <= textTotime("22:40:00") dj
Create an account or sign in to comment