HomeGrowth
Technical User
My AfterUpdate event in subform, I want to call the OnCurrent event on Main Form. I tried these codes
Call Forms![MainForm].OnCurrent
or
Call Forms.[MainForm].Form.OnCurren
obviously, I am not doing right. any suggestions? Thanks
Call Forms![MainForm].OnCurrent
or
Call Forms.[MainForm].Form.OnCurren
obviously, I am not doing right. any suggestions? Thanks