Simple Delete Query

darag2358

Registered User.
Local time
Today, 06:43
Joined
May 4, 2001
Messages
28
I'm an Access newbie.
I have two tables that have a one-to-one relationship. What I want to do is delete all records from Table 2 where the first field is present in Table 1.

So in Table 1, I have an employee number listed. I want to delete the entire record in Table 2 with the corresponding employee number. When I try, I get the message "The operation must be an updatable query". Any help?
 
Never mind...I didn't create a primary key in my tables.
 

Users who are viewing this thread

Back
Top Bottom