cacading

G

gaffar

Sir,

I am developing an application in vb.net and the backend database is
ms-access my problem is i want delete one record from master table, that
deleted record automatically deleted from child table. how this problem is
solved any one knows please give me source code.

It is very urgent.
Thnking you sir,
 
M

[MVP] S.Clark

You can set the Cascade Delete on the relationship between the two tables,
which will handle this for you.
 
Top