I want to be able to create a database combo box in which I use a value list instead of referencing a table. I'm able to do this in Access but haven't figured out how to do it in VB6. I have a form with several combo boxes and I simply want the user to select either "Yes","No","UTD". However I want that value reflected back to a field in the table. Because I will have so many combo boxes on my form I don't want the user to have to open up a table each time they select from the combo box. Any help will be appreciated. I tried the AddItem method on FormLoad but the values don't end up in the table.