flaviooooo
Programmer
Hey,
this seems like such a simple question, but I can't get it to work...
I have a query that does a calculation. Now I would like to show this calculation through a new query, as a percent.
I do this as follows:
SELECT Format([attr_perc]/100,"Percent") AS ATTR_P, Q_ATTR.StaffID, Q__ATTR.ATTR_PERC
FROM Q__ATTR;
It shows perfectly the percentages and all but when I sort on it, it sorts like a textfield.
99% is at the top instead of 100%...
Any idea on how to fix?
this seems like such a simple question, but I can't get it to work...
I have a query that does a calculation. Now I would like to show this calculation through a new query, as a percent.
I do this as follows:
SELECT Format([attr_perc]/100,"Percent") AS ATTR_P, Q_ATTR.StaffID, Q__ATTR.ATTR_PERC
FROM Q__ATTR;
It shows perfectly the percentages and all but when I sort on it, it sorts like a textfield.
99% is at the top instead of 100%...
Any idea on how to fix?