T
Targa
How can I display records from an Access db that match the dates stored in
the record?
Ex: I have a database where the user enters auction info and the dates that
they what the auction to be displayed between (ie DisplayStartDate &
DisplayEndDate)
Should be something like this but I cant seem to get the syntax correct.
Also not sure how to reference TODAYSDATE in the query.
SELECT * FROM AUCTIONS WHERE ':
isplayStartDate::' >= TODAYSDATE? AND
':
isplayEndDate::' <= TODAYSDATE?)
Maybe Im going in to totally wrong direction.
Thanks for any help.
FP2002, IIS5, ACCESS, Date fields set to Short Date
Mike
the record?
Ex: I have a database where the user enters auction info and the dates that
they what the auction to be displayed between (ie DisplayStartDate &
DisplayEndDate)
Should be something like this but I cant seem to get the syntax correct.
Also not sure how to reference TODAYSDATE in the query.
SELECT * FROM AUCTIONS WHERE ':
':
Maybe Im going in to totally wrong direction.
Thanks for any help.
FP2002, IIS5, ACCESS, Date fields set to Short Date
Mike