add control at runtime

  • Thread starter Thread starter Guest
  • Start date Start date
You cannot do that unless you open the form in design view, e.g.:
DoCmd.OpenForm "Form1", acDesign

Then see help on CreateControl().

This approach is generally not useful unless you are writing your own
wizards.
 
Back
Top