I have a Form, the fields of which I also use to copy and paste into a Report. However, each time I make design changes to the Form, I have to remember to copy and past the changes into the Report.
I cannot just save the Form as a Report, because the Report has some VBA code on the On Format event.
Is there any way I can do VBA code to tell it that if any changes have been made to the DESIGN of the form, then Save As a Report, with the On Format code of xxxxxxx?
Many thanks
Viv
I cannot just save the Form as a Report, because the Report has some VBA code on the On Format event.
Is there any way I can do VBA code to tell it that if any changes have been made to the DESIGN of the form, then Save As a Report, with the On Format code of xxxxxxx?
Many thanks
Viv
Comment