How to automatically include a prefix in an input field

M

Metcare

Hello,

I am trying to create another input field( HNumber) that will consists of a
letter "H" in the beginning and 10 digits (ex: H1234567890).

How do I create an input field so that users will ONLY input the 10 digits
and the system will automatically append the H in the beginning when saved. I
am just a beginner in Access and I'll greatly appreciate your help.
Thanks in advance.
 
M

Mark A. Sam

Place this in the InputMask propety of a textbox: !H0000000000;;*

God Bless,

Mark A. Sam
 
Top