D
doco
I am using the Format(...)function in a query like:
Ratio: Format([value]/[sale],"Fixed") where 'value' and 'sale' are fields
resident in the table being queried.
The question is I wish the results in the AS 'Ratio' field to be numeric
and not text. How is this done?
TIA
doco
Ratio: Format([value]/[sale],"Fixed") where 'value' and 'sale' are fields
resident in the table being queried.
The question is I wish the results in the AS 'Ratio' field to be numeric
and not text. How is this done?
TIA
doco