M
MrMike
I'm working with the query below. The part of the query
not working is the last part that selects DateOpened =
Date. This should select records with today's date in the
DateOpened field. How can I fix this? Thanks.
WHERE ((([quantity]-[qtyshipped])>0) AND
((qryOrder.StatusID)=5 Or (qryOrder.StatusID)=6) AND
((qryOrder.OrderID)=[tblorderdetail].[OrderId]) AND
((qryOrder.DateOpened)=Date()))
not working is the last part that selects DateOpened =
Date. This should select records with today's date in the
DateOpened field. How can I fix this? Thanks.
WHERE ((([quantity]-[qtyshipped])>0) AND
((qryOrder.StatusID)=5 Or (qryOrder.StatusID)=6) AND
((qryOrder.OrderID)=[tblorderdetail].[OrderId]) AND
((qryOrder.DateOpened)=Date()))