I keep getting an error msg

  • Thread starter Thread starter arthurgrajeda
  • Start date Start date
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?
 
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.
 
Back
Top