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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Remove input mask format 4
Input masks 1
Input masks 4
Formatting issue with imported telephone number! 2
Access Input Mask for phone number 2
Input Mask 1
Access - Input Mask 2
Phone# Input mask with default 3

Back
Top