Adding controls

C

Chris

HI ,,

In my DB I want to add automaticcly control to my forms
each time the user enter a value in a table.
Exemple: When the user add a new model to the table Model
a new Radio button will be redraw atomaticcly in my form
select Model

is it possible,

Thanks
 
R

Rick Brandt

Chris said:
HI ,,

In my DB I want to add automaticcly control to my forms
each time the user enter a value in a table.
Exemple: When the user add a new model to the table Model
a new Radio button will be redraw atomaticcly in my form
select Model

Even it it were it would be a terrible idea. Just use a ComboBox or
ListBox and then the number of choices doesn't require design changes to
the form.
 

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

Top