I did this in a form and it worked fine, but I'm having trouble in my report:
The report is based off of the "Project" Table. I have a field called "PM" in my Project table that is a look-up field to my "Contacts" table for a person's name . I want to set a text box's control source to be =[PM].[Column](3) to show that person's Phone Number. It worked fine for a form that I did, but it isn't working on this report. Is there something I'm forgetting?
Thanks