K
kelere
I'm using Allen Browne's code to create multiple instances of my form -
works beautifully! However... My form has a subform where the
recordsource is set dynamically in the subform's Form_Load event. This
worked fine when I launched the form with a DoCmd.Open (main form).
But when I launch the form via the the Function OpenAClient(), the
subform's load event never gets called and thus the recordsource is
never set. What am I missing?
works beautifully! However... My form has a subform where the
recordsource is set dynamically in the subform's Form_Load event. This
worked fine when I launched the form with a DoCmd.Open (main form).
But when I launch the form via the the Function OpenAClient(), the
subform's load event never gets called and thus the recordsource is
never set. What am I missing?