In a form, I have a combo box that is has two values. "Vendor Claim" and "Carrier Claim". The user would like this combo to reflect a default value of "Vendor Claim." In the properties for the combo box, I have typed: ="Vendor Claim". However, the combo box remains blank. The underlying table has two fields. ID and Description. The Combo box is bound to the first field (ID) and the widths are set to 0";1". I have done a compact and repair. I have removed the combo box from the form in case it was corrupted and rebuilt the combo box. Same issue. It is really baffling me. Your thoughts on this??
Alan