G
Guest
I have the following relationships:
tble_query -> 1:n -> tble_Ccode <- n:1 <- lkup_CcodeS <- n:1 <- lkup_CCodeT
I have a form which holds "query" information and I have a subform which
holds "CCode" information. The subform consists of a cascading combo that
sources "lkup_CCodeT" and "lkupCCodeT".
The two look-up tables have all the information I need. In the subform, if I
choose from the list in the first combo I can delete the record but if I also
choose from the list in the second combo I get the above error message.
The master and child link properties are fine but I cant think how to
resolve it.
tble_query -> 1:n -> tble_Ccode <- n:1 <- lkup_CcodeS <- n:1 <- lkup_CCodeT
I have a form which holds "query" information and I have a subform which
holds "CCode" information. The subform consists of a cascading combo that
sources "lkup_CCodeT" and "lkupCCodeT".
The two look-up tables have all the information I need. In the subform, if I
choose from the list in the first combo I can delete the record but if I also
choose from the list in the second combo I get the above error message.
The master and child link properties are fine but I cant think how to
resolve it.