J
JR Hester
AccessXP on WinXP
Attempting to update a series of records from a LINKED table. The following
SQL statement results from the design view settings to replace classnumber
field in the datainport table with the ClassID filed contents in teh linked
table tblClasses. This returns a Enter PArameter VAlue dialog box. I am
accustomed to getting this dialog when I have misspelled a variable name, but
I used the list of tables and fields to verify that I have the correct
variable names.
What suggestions can you offer to the sql below?
UPDATE dataimport1 SET dataimport1.[Class Number] = ([tblClasses]![ClassID])
WHERE (((dataimport1.[Course Title:])=[tblClasses]![Classname]));
Thanks in advance for the fantastic ideas typically offered here
Attempting to update a series of records from a LINKED table. The following
SQL statement results from the design view settings to replace classnumber
field in the datainport table with the ClassID filed contents in teh linked
table tblClasses. This returns a Enter PArameter VAlue dialog box. I am
accustomed to getting this dialog when I have misspelled a variable name, but
I used the list of tables and fields to verify that I have the correct
variable names.
What suggestions can you offer to the sql below?
UPDATE dataimport1 SET dataimport1.[Class Number] = ([tblClasses]![ClassID])
WHERE (((dataimport1.[Course Title:])=[tblClasses]![Classname]));
Thanks in advance for the fantastic ideas typically offered here