E
esung911
Here's the scenario, I have two tables, two queries. Table A contains
two fields, Name and Location. Table B has Project Name, Project
Lead, Project Lead Backup. I built Query A to select everything from
Table A.
Query B selects from Table B, and links Project Lead-Name from Query
A, and Project Lead Backup-Name from Table A.
Now it looks like Project Name, Query A.Name, Query A.Location, Table
A.Name, Table A.Location.
My goal is to show Location of the Project Lead and the Backup. This
query works fine. Now the problem is the report. My report data
source points to Query B. But whenever I run it, I get field could
refer to more than fields in the FROM statement (or something on that
line).
There's got to be a better way of doing this without creating another
table. Please help. Thank you
two fields, Name and Location. Table B has Project Name, Project
Lead, Project Lead Backup. I built Query A to select everything from
Table A.
Query B selects from Table B, and links Project Lead-Name from Query
A, and Project Lead Backup-Name from Table A.
Now it looks like Project Name, Query A.Name, Query A.Location, Table
A.Name, Table A.Location.
My goal is to show Location of the Project Lead and the Backup. This
query works fine. Now the problem is the report. My report data
source points to Query B. But whenever I run it, I get field could
refer to more than fields in the FROM statement (or something on that
line).
There's got to be a better way of doing this without creating another
table. Please help. Thank you