Edit content of a conbo/list box by a form

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

Guest

Hi,

first; thank you all for all help in the past!

and now to my question - in my database i have a numer of combo boxes with values restricted to those in the list only. But from time to time i want to edit those lists or let a user to it. Its somewhat hard to do this manually. Any ideas on how to do this by a buttom or something on a form

thanks in advance

Erik
 
Erik said:
in my database i have a numer of combo boxes with values restricted to those in the list only. But from time to time i want to edit those lists or let a user to it. Its somewhat hard to do this manually. Any ideas on how to do this by a buttom or something on a form?


Use tables instead of value lists for your combo boxes.
 
Back
Top