What does the Int syntax mean? Why do you find the properties option unreliable; with the right wording shouldn't it work? How do you tell it to change the backcolor? using this syntax as opposed to "Me.combobox.backcolor=" ?
CInt([Field]) to convert to Integer
CLng([Field]) to convert to Long Integer
CStr([Field]) to convert to String
CDbl([Field]) to convert to a Double
CSng([Field]) to convert to a Single
CBool([Field]) to convert to a Boolean
CCur([Field]) to convert to Currency
I have a similar problem...I am making a table from another table and in my first table I have a field with phone numbers that are formatted like (xxx) xxx-xxxx (US) but when the new table is created, the phone number field is not formatted in that way, it comes out xxxxxxxxxx...how do I get the field in the second table to be the right format without having to reset it manually every time?