M
mattc66 via AccessMonster.com
I have the following setup in a query. When the query runs the ShipDate is no
acting like a date. It will not short like a date. It sorts more like numbers.
If EstShipDate and QueShipDate are date type why won't this act like a date?
Basically I am saying if EstShipDate is populated then use that data else use
QueShipDate.
ShipDate: Nz([EstShipDate],[QueShipDate])
Does anyone have any ideas?
acting like a date. It will not short like a date. It sorts more like numbers.
If EstShipDate and QueShipDate are date type why won't this act like a date?
Basically I am saying if EstShipDate is populated then use that data else use
QueShipDate.
ShipDate: Nz([EstShipDate],[QueShipDate])
Does anyone have any ideas?