R
rwfreeman
Access 2003. On my subform ("sfrmExpenses") I need to use a double
click event to call a public procedure ("PopulateExpControls") on the
main form ("frmMain"). In the Formscoding discussion group, it looks
as though "Call Me. Parent.PopulateExpControls" is the proper syntax
and is the syntax I used in the subform double click event. The first
time the event fires from a newly coded procedure, the call works fine
(control is transferred to the main form) but subsequent attempts to
fire the event elicit a "2465 Application-defined or object-defined"
error with the "Call Me. Parent.PopulateExpControls" line highlighted
by the debugger.
Anybody got an idea on what gives?
click event to call a public procedure ("PopulateExpControls") on the
main form ("frmMain"). In the Formscoding discussion group, it looks
as though "Call Me. Parent.PopulateExpControls" is the proper syntax
and is the syntax I used in the subform double click event. The first
time the event fires from a newly coded procedure, the call works fine
(control is transferred to the main form) but subsequent attempts to
fire the event elicit a "2465 Application-defined or object-defined"
error with the "Call Me. Parent.PopulateExpControls" line highlighted
by the debugger.
Anybody got an idea on what gives?