CCIDBMNG
Registered User.
- Local time
- Today, 13:32
- Joined
- Jan 25, 2002
- Messages
- 154
I have a database that we use for data-entry and payroll for our employees. I have a table which lists all the employees that have worked for us past and present and I have a field in that table called Active. I created a select query to show the SSN each employee who's last pay date to see if it was over 60 days ago. I then created an update query to mark each employee that is on that list to inactive. But when I try to do it that way or even if I just use one update query instead of a select query and update query I get the error "Operation must use an updatable query". Can anyone tell me a way to get around that. The table I am trying to update is a linked table from another database. Does that have anything to do with it???
Thanks in advance.
Thanks in advance.