button to delete records (1 Viewer)

kgcrowther

Registered User.
Local time
Today, 05:04
Joined
Jun 1, 2001
Messages
52
I've created a form for updating a list of engineers. (This list is used on another form so that spelling of engineers names are always consistent.)

On the form there are two buttons. One for adding a new engineer and the other for deleting one. However, when the user deletes an engineer from the list I have to go through and locate all the records in which that engineer is included and delete them. It seems like Access should be able to do it, but I just a summer intern and don't know much about VB.

Any help is great.

[This message has been edited by kgcrowther (edited 06-05-2001).]
 
R

Rich

Guest
You need to link your tables correctly and allow cascading deletes.
 

kgcrowther

Registered User.
Local time
Today, 05:04
Joined
Jun 1, 2001
Messages
52
That's what I needed to know. Thank you!
 

Users who are viewing this thread

Top Bottom