On a form, is it possible to have #### appear in the form box when it loads and then the user would type a 4 digit number in place of ####.
Also, for the table associated with that form, how do I limit account numbers to a 4 digit numeric value?
On a form, is it possible to have #### appear in the form box when it loads and then the user would type a 4 digit number in place of ####.
Also, for the table associated with that form, how do I limit account numbers to a 4 digit numeric value?
set the validation rule >999 and <=9999how do I limit account numbers to a 4 digit numeric value
You could also research MSAccess Input mask
thank you for your help!