I have a field in my Customers Table that is a Number type (to record the percentage level of interest). In the Validation property I have <=1 And >=0 to shows percentage. However, I would also like the entries into this field to be limited to increments of 10, such as : 0%, 10%, 20% etc; to 100%. Can anyone help with the correct Validation Rule to only allow increments of 10, and also the Validation Rule (<=1 And >=0) required to show percentages?
Many thanks
euphonium01