G
Guest
I am getting the following error:
The specified field <field> could refer to more than one table listed in the
FROM clause of your SQL statement. (Error 3079)
I do not know where to findthe SQL statement to correct this. I only have
one table with the name in the dLookup coding that I am using to view the
comment text typed into a form and the course status chosen by the teacher
for a particular student in a particular course. The results are then shown
on a 1 page report. The coding I used for the dLookups are as follows:
in the field on the report called comment text:
=DLookUp([Comments],[All Students in TMS 2004 2005]!Comments," & Tables!
[All Students in TMS 2004 2005]![Comments]")
for the Course status field:
=DLookUp([CourseStatus],[All Students in TMS 2004 2005]!CourseStatus," &
Tables![All Students in TMS 2004 2005]![CourseStatus]")
Please help me---I am getting totally frustrated.
Thanks in advance.
The specified field <field> could refer to more than one table listed in the
FROM clause of your SQL statement. (Error 3079)
I do not know where to findthe SQL statement to correct this. I only have
one table with the name in the dLookup coding that I am using to view the
comment text typed into a form and the course status chosen by the teacher
for a particular student in a particular course. The results are then shown
on a 1 page report. The coding I used for the dLookups are as follows:
in the field on the report called comment text:
=DLookUp([Comments],[All Students in TMS 2004 2005]!Comments," & Tables!
[All Students in TMS 2004 2005]![Comments]")
for the Course status field:
=DLookUp([CourseStatus],[All Students in TMS 2004 2005]!CourseStatus," &
Tables![All Students in TMS 2004 2005]![CourseStatus]")
Please help me---I am getting totally frustrated.
Thanks in advance.