Hello
I am having a problem with the following:
SELECT date, contacts, [contact pct], sales, elig, [elig pct], telco, badphone, fedex, inelig, dials, [sales pct], [fedex pct], [bad phone pct], [telco err pct]
FROM dbo.qry_8_master
I'd like the [contact pct] field to have two decimal points only. I tried left([contact pct]),4 but that didn't work.
Thanks. ADP in Access 2003.
ps
I am having a problem with the following:
SELECT date, contacts, [contact pct], sales, elig, [elig pct], telco, badphone, fedex, inelig, dials, [sales pct], [fedex pct], [bad phone pct], [telco err pct]
FROM dbo.qry_8_master
I'd like the [contact pct] field to have two decimal points only. I tried left([contact pct]),4 but that didn't work.
Thanks. ADP in Access 2003.
ps