J
Jeff
I have a simple query to generate sales closure rates
Invoiced Rate: Format(([Invoiced]/[Ordered]),"#00.00%")
where Invoiced & Ordered values are linked from other tables. The query
generates the percentages correctly, but the field type is Text. I need the
Output to be numeric (yet retain the %)
Invoiced Rate: Format(([Invoiced]/[Ordered]),"#00.00%")
where Invoiced & Ordered values are linked from other tables. The query
generates the percentages correctly, but the field type is Text. I need the
Output to be numeric (yet retain the %)