C
Ceici
I created a form that has two subforms on it. Let me
call main form A and first subform is B and C is third
subform.
Form A and B link together by using same Primary key
EmployeeID as one-to-many.
Form B and C link together by using same Primary key
InjuryID as one-to-many.
On form B I created a Edit button to be able to turn
locked property of all controls (drop down, textbox
etc..) on the form "on and off" , but I would also be
able to control the property of the control on form C
which is a subform on form B.
My question is " Is there anyway that I can control them?
If I can, what the code of that?
I can only change the property of the C form, but
couldn't change the property of control on C form :
With Me
..tblInjuryRecordSubform.Form.AllowAdditions = True
..tbl
End With
Thank you,
Ceici
call main form A and first subform is B and C is third
subform.
Form A and B link together by using same Primary key
EmployeeID as one-to-many.
Form B and C link together by using same Primary key
InjuryID as one-to-many.
On form B I created a Edit button to be able to turn
locked property of all controls (drop down, textbox
etc..) on the form "on and off" , but I would also be
able to control the property of the control on form C
which is a subform on form B.
My question is " Is there anyway that I can control them?
If I can, what the code of that?
I can only change the property of the C form, but
couldn't change the property of control on C form :
With Me
..tblInjuryRecordSubform.Form.AllowAdditions = True
..tbl
End With
Thank you,
Ceici