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.
 

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

Back
Top