X
xx
i have a report with query1 as record source.
the record source of my query1 are queries...
on the query1 criteria, it was set to accept input from
the user.
i put=["Input Date to Print"]
it works fine... (if i wanted to print the date keyed in
and beyond....
my problem is, and what i really wanted to do is to select
only the dates matching the date the user keyed in.
when i remove the greater than sign from the criteria, the
query1 is getting 0 records..
heres a sample....
table:
07/14/2004
07/15/2004
07/15/2004
using >=["input date"] query criteria:
if the user key in july 15...its ok (shows only july 15ths)
it the user key in july 14... its ok ( shows july 14th and
15ths)
if i use =["input ....."]
= 0 records
can you please help me on this???
TIA