I am trying to make an item disappear after it's expiration date and time pass.
Any suggestions?

My code is as follows:
WHERE GAMEEXPIRESDATE >= DATE() AND GAMEEXPIRESTIME < NOW()

The GAMEEXPIRESDATE works fine, but the time does not.

Please help

IIS, Access, VB