On a from I am creating I want to make it user friendly. They enter an amount for a percentage. I have the format set to percentage. If you type in 99 you get 9900% instead of 99%. Is there an easy way to correct this?
I am new at this and I am a little confused. On the table where the data will go it is set to number and single. My field on the form is called text73. On the text box properties on event after update I typed me.[text73]=me.[text73]/100
I then get an error that it can't find the macro me. I am assuming this should be an expression and my syntax is not correct. Can you clarify for me.
In the After Update field of the text box click in that field. To the right you will see a dropdown box arrow. Click on that and choose Event Procedure. Then type in the code I mentioned above.
If you try to enter that code just in the field it thinks there is a macro with that name.