Hi all,
I'm displaying the DnerRegID from the PaymentsReceived table on this report. What I would like to do is to get the Doner firstname and last name from the donations table based on the DonerRegID. I keep getting a syntax error. Here is the code I have written. Any ideas.
Select [Donations]![DonerLastName],[Donations]![DonerFirstName] WHERE [PaymentsReceived]![DonerRegID] = [DonerRegID]
Kind Regards
Karl