G
Guest
SELECT Shipment.PUDate, Shipment.SchedDelDate
FROM Shipment
WHERE (((Shipment.PUDate)=Date()) OR ((Shipment.SchedDelDate)=Date()));
I would like to filter my frmDispatchBoard based on the query above.
I am having problem with the syntax.
Me.filter = ?????
Any help would be appreciated.
FROM Shipment
WHERE (((Shipment.PUDate)=Date()) OR ((Shipment.SchedDelDate)=Date()));
I would like to filter my frmDispatchBoard based on the query above.
I am having problem with the syntax.
Me.filter = ?????
Any help would be appreciated.