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
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