I am building Access Forms dynamically and when using CreateForm() it creates a new form with just the Detail section of the form, no header or footer sections. When trying to access the header or footer sections using
Forms!Form1.Section(acHeader)
I get Runtime Error 2462.
If I go into Design View and use the User Interface to create the header and footer the above code works fine.
I am trying to figure out what method(s) is being called by the user interface to create the header and footer sections
Forms!Form1.Section(acHeader)
I get Runtime Error 2462.
If I go into Design View and use the User Interface to create the header and footer the above code works fine.
I am trying to figure out what method(s) is being called by the user interface to create the header and footer sections