Adding controls

  • Thread starter Thread starter Chris
  • Start date Start date
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
 
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.
 
Back
Top