G
Guest
How can I code a field on a form so that all eleven characters are keyed in.
TIA
TIA
Rick B said:One way would be to use conditional formatting to verify...
Len([SomeFieldName])=11
I think an INPUT MASK will also work for you. (use the help file).
--
Rick B
Steve COA-NM said:How can I code a field on a form so that all eleven characters are keyed in.
TIA
Steve COA-NM said:I do not want to an input mask on the table- thanks anyway.
--
Steve COA-NM
Rick B said:One way would be to use conditional formatting to verify...
Len([SomeFieldName])=11
I think an INPUT MASK will also work for you. (use the help file).
--
Rick B
keyedSteve COA-NM said:How can I code a field on a form so that all eleven characters are
in.
Steve COA-NM said:I do not want to an input mask on the table- thanks anyway.
--
Steve COA-NM
Rick B said:One way would be to use conditional formatting to verify...
Len([SomeFieldName])=11
I think an INPUT MASK will also work for you. (use the help file).
--
Rick B
keyedSteve COA-NM said:How can I code a field on a form so that all eleven characters are
in.