G
Guest
I am working with a query. I have the below sql statement, everything works
fine. However, I would like the 'Forecast' expression to be formatted as
Currency... Any suggestions?
SELECT ARBAL.Collector, Sum(ARBAL.[Cust AR Balance]) AS [SumOfCust AR
Balance], Sum([Cust AR Balance]*0.85) AS Forecast
FROM ARBAL
GROUP BY ARBAL.Collector
HAVING (((ARBAL.Collector)="7") AND ((Sum(ARBAL.[Cust AR Balance]))>10.89))
WITH OWNERACCESS OPTION;
Thanks
fine. However, I would like the 'Forecast' expression to be formatted as
Currency... Any suggestions?
SELECT ARBAL.Collector, Sum(ARBAL.[Cust AR Balance]) AS [SumOfCust AR
Balance], Sum([Cust AR Balance]*0.85) AS Forecast
FROM ARBAL
GROUP BY ARBAL.Collector
HAVING (((ARBAL.Collector)="7") AND ((Sum(ARBAL.[Cust AR Balance]))>10.89))
WITH OWNERACCESS OPTION;
Thanks
