What is displayed in combos/lists is text, so any number formatting applied, usually doesn't show. You probably need to format in the query. In the rowsource property of your combo, try
SELECT pkVAT, Format(VAT, "0.0%") FROM VAT
Note that if there are more than one decimal, using this, it gets...