Every UPDATE I run gives me "Enter Parameter Value"

G

Guest

<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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top