Good Morning.
I have a form where users are inputting hours, and the rounding function and everything works correctly, except when a user types 1,25 instead of 1.25, the hours jump to 125.00 instead of 1.25. Is there an easy fix? Or perhaps a statement I can throw in VBA to not accommodate for users to enter that in?
If anyone needs the code, let me know.
I appreciate your time and assistance, as I am new to Access.
Mark
I have a form where users are inputting hours, and the rounding function and everything works correctly, except when a user types 1,25 instead of 1.25, the hours jump to 125.00 instead of 1.25. Is there an easy fix? Or perhaps a statement I can throw in VBA to not accommodate for users to enter that in?
If anyone needs the code, let me know.
I appreciate your time and assistance, as I am new to Access.
Mark
Comment