G
Guest
I have a pop-up form I have created so that instructors can double-click on a
user number and a New Student form is supposed to open. I have done several
pop-up boxes to open other forms and they all seem to work just fine.
However, on this particular pop-up, when I double-click a number, I get the
following error message "The specified field '[UserNumber]" could refer to
more than one table listed in the FROM clause of your SQL statement." I am
using a query to draw the information and there is only one table being used
in the query. When I check the SQL statement, I only have one table listed
in the FROM section. There is one difference between the other pop-ups and
this one. The other forms are forms where data has already been entered, but
this one has no data in the form. There is, however, a form with a form
number. Any ideas on what I'm doing wrong?
--Lizasue
user number and a New Student form is supposed to open. I have done several
pop-up boxes to open other forms and they all seem to work just fine.
However, on this particular pop-up, when I double-click a number, I get the
following error message "The specified field '[UserNumber]" could refer to
more than one table listed in the FROM clause of your SQL statement." I am
using a query to draw the information and there is only one table being used
in the query. When I check the SQL statement, I only have one table listed
in the FROM section. There is one difference between the other pop-ups and
this one. The other forms are forms where data has already been entered, but
this one has no data in the form. There is, however, a form with a form
number. Any ideas on what I'm doing wrong?
--Lizasue