I have a need to prompt a user for a date, When they enter that date the qry should do as follows.
if rec_date <= (DATE PROMPTED FOR) and rel_date is > (DATE PROMPTED FOR) ,
then
return Qty and a few other fields....
No the DATE PROMPTED FOR is not a field in the table.
Do I need it to be ?
If not what is the best way to tackle this
Thanks

if rec_date <= (DATE PROMPTED FOR) and rel_date is > (DATE PROMPTED FOR) ,
then
return Qty and a few other fields....
No the DATE PROMPTED FOR is not a field in the table.
Do I need it to be ?
If not what is the best way to tackle this
Thanks
