RunTime Error - 2455

D

Djoezz

Hi all
I have a form-subform (call it formA and subformB) which working fine until I call them via another form (formC)
the problem lies on this code "Me.subformB.Form.AllowAdditions = False" under Current Event event procedure of formA
This code runs well if I open the formA alone but gives me runtime error 2455 - Invalid reference when I call it from formC
Tried to change "Me" with "Forms!formA" with no avail

Please hel

TIA
Djoez
 
Top