problem with phone# input mask

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In a database, we have the input mask for the TELEPHONE NUMBER field. In the
form, it prompts for the phone # and we enter the phoen #; however, when we
go back to that record (either by form or table) the phone number is not
entered. How do we fix this problem?
 
In a database, we have the input mask for the TELEPHONE NUMBER field. In the
form, it prompts for the phone # and we enter the phoen #; however, when we
go back to that record (either by form or table) the phone number is not
entered. How do we fix this problem?

It sounds like the problem has nothing to do with the input mask, but
rather with the Form's properties. Is the textbox on the Form in fact
bound to the correct table field? What is its Control Source property;
and what's the Recordsource property of the Form?

John W. Vinson[MVP]
 
Back
Top