C
CW
I have a query that selects shipments by their arrival dates (field is
"ArrvlDate") and then displays a number of fields.
Where the arrival date has not been entered for one reason or another, I
need it to use the departure date instead (DepDate").
I have tried various permutations using IsNull in the SQL but no good so
far... your suggestions, please!
Thanks
CW
"ArrvlDate") and then displays a number of fields.
Where the arrival date has not been entered for one reason or another, I
need it to use the departure date instead (DepDate").
I have tried various permutations using IsNull in the SQL but no good so
far... your suggestions, please!
Thanks
CW