Yes, all of the tables based on
tbl_Terdakwa. In
frm_Terdakwa it works fine.
But I'm still unable to record any data in
frm_PK.
I try to edit the relationship design to this :
View attachment 97679
and the query design of
qry_PK like this :
View attachment 97680
The
frm_PK will display what should appear when I try to input some records from
tbl_Terdakwa.
But nothing happened, I'm still unable to fill some records in
frm_PK with error notification :
Record(s) cannot be added; no corresponding record on the 'one' side.
In my database, each record in
tbl_Terdakwa can submit/propose appeal (in
frm_Banding), cassation (in
frm_Kasasi), and judicial review (in
frm_PK). Each record in
tbl_Terdakwa can input an appeal (
frm_Banding). But when input a cassation (
frm_Kasasi), it will required some record from
tbl_Banding. As well as
frm_PK, it will require some record from
tbl_Banding and
tbl_Kasasi.