Sub Form Question

  • Thread starter Giri Palakodeti
  • Start date
G

Giri Palakodeti

I am opening a form dynamically in VBA code in design view and making changes

DoCmd.OpenForm rs1("Form"), acDesign

But for sub-forms the above statement fails. How can i check if
rs1("Form") is a sub-form and how do I open in design view to make changes
programatically to some of the properties and controls
 
G

Giri Palakodeti

I am having this error
"This form or report is already being designed as a subform or subreport. To
open this form in Design view, select the subform or subreport and click
Subform in New Window on the View menu."

Anything that I missed??
 

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