Can't delete linked records from subform

i_Am_ToO_SeXy

New member
Local time
Yesterday, 23:23
Joined
Jan 16, 2007
Messages
4
Hi all

i'm working on a simple DB with 4 tables, linked togheter like:

TblA ---> TblB ---> TblC ---> TblD

every table have his own form. All forms shows as DataSheet.

The visualization (with drill-down style table) works fine but...

if i try to delete a record from the last subform (the one linked to TblD) it won't work.

is there a ny tip? searching with google gets me no results... :(
 
Hi Sexy,
did you try to delete them by a button? or do you have vb code?

ASARAK
 
asarak said:
Hi Sexy,
did you try to delete them by a button? or do you have vb code?

ASARAK

i don't have any button or even vb code, just click&DEL :)
 
check the form data properties allow deletions.
 

Users who are viewing this thread

Back
Top Bottom