I keep getting an error msg

A

arthurgrajeda

It tells me to

Enter Parameter Value
Employees.EmployeeID

I changed the name in the table from EmployeeID to ID and now this
error is going away.

How do I get rid of this errro?
 
K

Ken Snell

You still have a query or a form or a report that is using the field name
EmployeeID. You need to change that object so that it uses the correct field
name.
 
Top