Hi all,
I have a query (qryOrders) that queries the following 4 fields from a table tblOrders:
RoughInDate
ServiceDate
CommissionDate
FitoutDate
The query is run from a form (frmEnterDate) which is used to enter ONE date only. I need this date to be matched against any of the 4 fields.
E.g if the date entered on frmEnterDate is “26/06/05”, & this matches the date in the RoughInDate field & Service Date field, I need both fields to be returned.
I hope I have made myself clear enough!
Thanks in advance.
I have a query (qryOrders) that queries the following 4 fields from a table tblOrders:
RoughInDate
ServiceDate
CommissionDate
FitoutDate
The query is run from a form (frmEnterDate) which is used to enter ONE date only. I need this date to be matched against any of the 4 fields.
E.g if the date entered on frmEnterDate is “26/06/05”, & this matches the date in the RoughInDate field & Service Date field, I need both fields to be returned.
I hope I have made myself clear enough!
Thanks in advance.