I have a form with a control list of multiple locations, and a button on the form that prints a separate report for each location.
The problem is that even if the location has no data to report, it prints anyway. What I want is if there’s no data, then skip to the next location.
What...