February 22, 200124 yr Newbies We print reports that contain shipping dates. While the database has all of our records, we only want to print ones from a certain date forward. I have gone to Find Mode and created the parameters <1/17/01 and get all of the files. I have also set a range of dates from 1/17/01...6/6/01 and still receive the whole enchilada. What am I doing wrong? Thank you, Maura
February 22, 200124 yr If you are doing this manually, make sure the field type is defined as "date". If you are scripting this, you can't use a SetField directly to enter the special characters in a date field. You'll need to build the find bit by bit using Insert Text and Insert Calculated Result. -bd
Create an account or sign in to comment