Just do both of them at the same time.
In any event of control you can add item to listbox or combobox and add it to database.
Same action for edit, delete and transfer.
E.g :
Private Sub Command1_Click()
List1.AddItem Text1.Text
'your codes to add item to database
End Sub
Jx_Man
Nearly a Senior Poster
3,329 posts since Nov 2007
Reputation Points: 1,372
Solved Threads: 444