I have an employee table with a phone number field. I have another table called leave requests with a phone number field that looks up the phone numbers from the employee table.
In the resulting comb box in the leave requests table, the phone number input mask doesn't display - the numbers all run together (even though the input mask in the employee table is storing the literals).
I've set the mask in both tables the same way and still the phone number shows up without the literals.
However when I build a form for the leave requests table and set the mask on the form control, then choose the phone #, the mask works for the selected phone number.
The thing that bothers me the most is, when clicking into that field in the form to display the combo box with the phone numbers, the combo box shows the unformatted version.
How do I make Access show the phone numbers with the mask characters in the combo box?
In the resulting comb box in the leave requests table, the phone number input mask doesn't display - the numbers all run together (even though the input mask in the employee table is storing the literals).
I've set the mask in both tables the same way and still the phone number shows up without the literals.
However when I build a form for the leave requests table and set the mask on the form control, then choose the phone #, the mask works for the selected phone number.
The thing that bothers me the most is, when clicking into that field in the form to display the combo box with the phone numbers, the combo box shows the unformatted version.
How do I make Access show the phone numbers with the mask characters in the combo box?