Options group

G

Guest

I am using Option group to choose from a list of options.
I already have the options (option labels) in a table.
How can I set it to use the table entries and create more
options if there are extra entries in the options table.

Thankyou
 
J

Jim Allensworth

I am using Option group to choose from a list of options.
I already have the options (option labels) in a table.
How can I set it to use the table entries and create more
options if there are extra entries in the options table.

Thankyou

Why not use a list box? Use a query of the options as the Row Source.

- Jim
 
Top