Hello,
This is my first post along with my first time using access. A user has asked me to change some items on a report. They have asked me to change the logo and the way the report displays the data. I have gone through the code and found that the report is called "training" and can see the code...
stDocName = "Training"
DoCmd.OpenReport stDocName, acViewNormal
I was wondering if there is a way to edit the report. I have looked on a few different sites but haven't found out how to do so.