O
Octet32
I am using the Nz Function it work fine but my Currency is now gone how can i
get the currency format to return?
SELECT qrySubCost.Division, qrySubCost.Carrier,
Nz([Cumulative_Impact],"N/A") AS CumulativeImpact
FROM qrySubCost;
Joe
get the currency format to return?
SELECT qrySubCost.Division, qrySubCost.Carrier,
Nz([Cumulative_Impact],"N/A") AS CumulativeImpact
FROM qrySubCost;
Joe