Hi, all.
I need to know if i can add a control inside a form which is having 1 to many relationship with a subform. The control should prevent the subform from adding new record once the parent and subform have been filled in.
Eg,
Frm_Request
Doc Date
1 - 12/5/4
Frm_RequestDetail
ID Doc Code
1 - 1 - ItemA
2 - 1 - ItemB
After ID2, no more row allowed in Frm_RequestDetail once we re-open the Frm_requestDetail
I hope my explaination is clear to you.
Thanks and best regards
I need to know if i can add a control inside a form which is having 1 to many relationship with a subform. The control should prevent the subform from adding new record once the parent and subform have been filled in.
Eg,
Frm_Request
Doc Date
1 - 12/5/4
Frm_RequestDetail
ID Doc Code
1 - 1 - ItemA
2 - 1 - ItemB
After ID2, no more row allowed in Frm_RequestDetail once we re-open the Frm_requestDetail
I hope my explaination is clear to you.
Thanks and best regards