I am trying to refresh information on a different form from a lookup form. I need to call the "different" form's afterupdate event on a particular combo box.
How do I refer to the control on the other form and call it's afterupdate event? (I've tried setting ctl = differentform.control and then coding "Call ctl_afterupdate" but it doesn't work.)
Any help is appreciated!
GLGCAG
How do I refer to the control on the other form and call it's afterupdate event? (I've tried setting ctl = differentform.control and then coding "Call ctl_afterupdate" but it doesn't work.)
Any help is appreciated!
GLGCAG