i have Query table i make it in Access97
and i want to print this query table in VB6
using Crystal Report so i can print all data in this table but i want to make filtering for date field in the query table
whith SelectionFormula property in Crystal report like : Between #1/4/2001# and #1/5/2001#
so what shoud i write in this property to
print just the data i want