why doesn't input mask in table carry to forms?

S

shauna2004

how do i set an input mask once in the table without having to set it up all
over again in the forms?
 
W

Wayne Morgan

You have to set the input mask in the table first. If you set it after you
create your forms, you will have to go to each existing form to also make
the change. Next, when creating a new form, you have to use the Field List
dialog box and drag and drop the fields onto the form. If you just create a
control on the form then set the control's Control Source to the field, the
input mask won't automatically fill in.
 
Top