
Originally Posted by
omer123456
I googled & it gave me this...... [DATE:]>=Now()-5/12, but when I enter it in the criteria field in a query it becomes [DATE:]>=Now()-#5/12/2025#
Somehow its taking 5/12....last 5 hrs out of 12 and converting it to a date
It's morning for me now, so I could test it.
Somehow I managed to use 12 hours in day instead of 24 in my late hours yesterday
And probably it would be wise to use the syntax ACCESS cant be too helpfull with too. The condition below worked for me!
Code:
SELECT * FROM tblTest WHERE TSTime+4/24>NOW;