Hi. I've several comboboxs in my form, and i made a simple fuction that in case the user enters a value in the combobox, wich is not on the list it adds that value to the database. The problem is the database table has 3 values, and the user only inserts one(the value in the combobox). I was wondering if there is any kind of input prompt box in VB that allows the user to enter the missing values, or do i've to create a new form for this?