changing the proparty of a sub form

S

Shadow

How can I change the AllowAdditon proparty of a sub form from its parent
form?

In the OnClick event of a button in a main form, I'm trying to change some
proparty of its subform. Access displays "The method can't be found" error
for the following code.

Me.frmSubStockInOut.AllowAdditions = True


Any kind of help is much appreciated.
 
Top