D
Dommett
I have a database results form that uses the following SQL
statement:
SELECT * FROM Main WHERE ("Start Date" <= Date()
AND "Expiration Date" > Date()) ORDER BY "Company Name" ASC
This all works fine under my IIS server but when I publish
to a hosting site in Canada the statement doesn't work. I
only get results if I say "Start Date" > Date()! And the
results are never ASC. I kept wondering if there is
something happening with the way dates are stored in
Canada vs. US but wouldn't that be universal? FYI - I'm
using FrontPage 2000 and Access database.
Any help appreciated.
statement:
SELECT * FROM Main WHERE ("Start Date" <= Date()
AND "Expiration Date" > Date()) ORDER BY "Company Name" ASC
This all works fine under my IIS server but when I publish
to a hosting site in Canada the statement doesn't work. I
only get results if I say "Start Date" > Date()! And the
results are never ASC. I kept wondering if there is
something happening with the way dates are stored in
Canada vs. US but wouldn't that be universal? FYI - I'm
using FrontPage 2000 and Access database.
Any help appreciated.