Create Controls dynamically

  • Thread starter Thread starter Bjorgvin Sigurdsson
  • Start date Start date
B

Bjorgvin Sigurdsson

How can I create check boxes for all items in a
particular table. I would like to create them when my
form is Opened.

Bjorgvin Sigurdsson
 
You can only create controls on forms or reports when in design view. You
can check help on "CreateControl". You might get by with have a number of
invisible controls that you can make visible as needed.
 
Back
Top