Dear friends,
I use this
Alter Trigger "tblFB_u" on tblFB
For Update as
If Update (nofb)
BEGIN UPDATE tblDetailFB SET tblDetailFB.nofb = tblFB.nofb
FROM tblFB INNER JOIN tblDetailFB ON tblFB.Nofb = tblDetailFB.Nofb
WHERE tblDetailFB.nofb = tblFB.nofb
END
When Update nofb...
MSACCESS : You can't update the records because user or application
deleted it or changed the value
of it's primary key
I used MSDE and MSACCESS 2000
WHY ????
Thanks
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!