Hi, I have a Form showing data for a Club Member with buttons that activate reports for the Club Member. One report is a statement via a macro. The first query is a Make Table query selecting Member ID. I would like to link the Forms Member ID to the Query Member ID. For the other Reports I have done this by adding "[LDPK]="&Me![LDPK] to the DoCmd in the on click event but this does not work for the macro report. Appreciate any ideas.
