I have a combobox the has a dropdown list of phone numbers. But they display as 5552221313. I want it to display (333)444-5555 but there seems to be no Field Property for combobox to display formatted phone numbers. The closest thing I could fine is this: Forms!Customers!Telephone.InputMask = "(###) ###-####". The information in the box is static.