View Full Version : querying with text/dates


ckitzman
10-02-2006, 08:51 AM
I'm trying to make changes to records that are 3 years old. The date format is text and it displays as Ex. "20020831" or yyyymmdd.

i try <"20020101" but I get no results and I know there should be.
I'm a rookie and only know how to query using short date format.

ideas anyone?
thx

mhartman
10-02-2006, 12:04 PM
Hello:

You need to enclosed your date between the # characters, as in #10-01-2006#

Regards
Mark