schakarian
Programmer
Hi,
I am creating a make-table query in sql and when I place the following line,
IIf([Total Payments]<>0,formatpercent([Total Check Payments]/[Total Payments]),0) AS [Check Payment %]
the field that's created in the new table, Check Payment %, gets created as text field. I wan't it to display as a percent, but be a number field. (The reason for this is because it will be exported to excel where calculations may be done).
Any help is appreciated.
I am creating a make-table query in sql and when I place the following line,
IIf([Total Payments]<>0,formatpercent([Total Check Payments]/[Total Payments]),0) AS [Check Payment %]
the field that's created in the new table, Check Payment %, gets created as text field. I wan't it to display as a percent, but be a number field. (The reason for this is because it will be exported to excel where calculations may be done).
Any help is appreciated.