combo box

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

Guest

how can i add things from a different form to a combo box on a different
form? and how do you transfer info from form to form
 
Iwdu15
how can i add things from a different form to a combo box on a different
form? and how do you transfer info from form to form

You would not want this, when you want to use data on more forms, than
create objects that can be a datasource which you pass between the forms.

The approach you take now will be proven lead only to unmaintable spaghetti
software.

It is possible and can be done, however in the way you ask it, is the change
on errors will be in my opinion enormous.

Just my thought,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top