if the number is Readonly, you can add another Unbound field and display the Correct percent value.
the ControlSource is:
=[theOriginalField] / 100
now, apply Percent format to this unbound textbox and hide the Original textbox.
Or you can create a Query with new Calculated column (same as the above with Percent format) and use the Query on your form.