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

R

RichardCP

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?
 
P

PMK

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
 
R

RichardCP

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
 
H

herve karelle luc olivier

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?
 
Top