I have need to display some records on my asp page from my Access database where a datefiled (general date format) is greater than now().
This sql below does not seem to work
strsql = "SELECT * from tblLock where lockdate > " Now()
Any help will be greatly appreciated.
This sql below does not seem to work
strsql = "SELECT * from tblLock where lockdate > " Now()
Any help will be greatly appreciated.