C
Clayman
<poster screams>
For some reason, when I run any UPDATE query, I get the box that asks me to
"Enter Parameter Value" for each of the parameters in the query.
Example query:
UPDATE EmpData
SET HireDate =
(SELECT HireDate
FROM NewEmpData
INNER JOIN EmpData
ON NewEmpData.FileNum=EmpData.FileNum);
I don't know what's causing this. I've never seen this box before today. HELP!
For some reason, when I run any UPDATE query, I get the box that asks me to
"Enter Parameter Value" for each of the parameters in the query.
Example query:
UPDATE EmpData
SET HireDate =
(SELECT HireDate
FROM NewEmpData
INNER JOIN EmpData
ON NewEmpData.FileNum=EmpData.FileNum);
I don't know what's causing this. I've never seen this box before today. HELP!