Madimant wrote
The percentage is still giving me headaches. I tried leaving that as a #0.00 in the form and then format in the query under the column format but that doesn't seem to work. Whatever I set as a display format just gets wiped out.
I have given up with trying to use percent as a number format - mainly because it is too confusing for users to enter 0.125 for 12.5% Instead I just use a regular number field with a trailing % label and then rely on /100 on any calculation that requires it.
You could use a double field to fix this
PercentDisplay and PercentActual
With a rule to convert PercentDisplay from an integer to a percentage but it won't fix your query to show 7.9%, I just put the percent sign in the header, though you could create a calculated field that just shows '%' next to the attribute value.