How to change the design of a linking form/table

S

Semirah

Why is it that when I change the input mask on a table, it does not reflect
in the form relating to that table i.e the table allows me to enter a form of
data but the form doesnt.
 
T

Tom Lake

Semirah said:
Why is it that when I change the input mask on a table, it does not reflect
in the form relating to that table i.e the table allows me to enter a form of
data but the form doesnt.

The form's input mask (or lack thereof) overrides the table's. If a table has an
input mask
and that field is dragged from the field list to the form then the form field will
inherit the table's
input mask but if the input mask is subsequently changed in the table, the form will
still
retain the original mask.

Tom Lake
 
Top