add values to combo boxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a combo box in a form that selects a list of composers. Id like to
have the combo box be able to accept new composers and have them bound onto
my composer table. So that in the table it shows the new composers and the
music they have written. Anyone know how to do this thanks!
 
R,
Using the Composer Combobox On Not in List event to open your Composer
entry form. (leaving your original form open)
Enter a new record for the new composer.
Close the Composer form.
Requery the Composer Combobox.
Your new Composer should be listed.
hth
Al Camp
 
What do i put in the On Not in List event. and how can the user tell the
computer that the composer isnt' in the list?
 
Back
Top