Brian,
Thanks again, now i tried the following code with your inputs
SELECT IOData.CardNo, IOData.IODate, IOData.IOTime , IOData.IOStatus
FROM IOData
WHERE IODate=date() and IOTime Between Dateadd("h",0,Now()) and now()
I have a record for current date and IOtime has 11:22:00 . now when i...