I have a report that feeds directly from a query. In the detail section of the report, I have a label ("ProdNotes") and a text box ("Comments"). The goal is to allow the user to click on "Notes" and then view the comments associated with that record in a pop up form. However, if the "Comments" text box is null, then I do not want the "Notes" label to appear on the report for that record. The below code is in the On Format event of the report's detail section. The code executes perfectly in Access 2003, but the On Format event is not triggered in Access 2007. The On Click event works fine in both versions. Is this an unavoidable bug in Access 2007, or is their an alternative solution. Thanks in advance for any assistance.
Start Free Trial