Can I copy list of values from one combo box to another?

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

Guest

In the database I am creating I need to set up 12 combo boxes each having a
list of 32 values. To save typing each list in, is it possible to type the
list in to the first combo box and then copy them into each of the others?
 
If I'm reading correctly you want the same information in all twelve boxes.

Easiest method is to make a table with all of the information in and then
just use this table the control source for each of the combo boxes.

HTH

PMK
 
Many thanks.

Richard

PMK said:
If I'm reading correctly you want the same information in all twelve boxes.

Easiest method is to make a table with all of the information in and then
just use this table the control source for each of the combo boxes.

HTH

PMK
 
RichardCP said:
In the database I am creating I need to set up 12 combo boxes each having
a
list of 32 values. To save typing each list in, is it possible to type
the
list in to the first combo box and then copy them into each of the others?
 

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