In one of my forms I use a combo box to search for records by phone number. When the user types or selects a phone number in the combo box, that record is dumped into the form.
I set the combo box mask to (999) 123-4567 but the only record that conforms to the mask is the one I select. All others in the combo box show up in normal numerical format, like this: 9991234567
How can I get all of the phone numbers that show up in the combo box dropdown list to be shown with the phone number mask of (999) 123-4567 ? Doing so will make it easier for the user to scroll down through the area codes to the correct phone number.
Thanks in advance.
I set the combo box mask to (999) 123-4567 but the only record that conforms to the mask is the one I select. All others in the combo box show up in normal numerical format, like this: 9991234567
How can I get all of the phone numbers that show up in the combo box dropdown list to be shown with the phone number mask of (999) 123-4567 ? Doing so will make it easier for the user to scroll down through the area codes to the correct phone number.
Thanks in advance.