"Keith Wilby" <here@there.com> schreef in bericht
news:43f47437$1_1@glkas0286.greenlnk.net...
> Hi Keith,
> Are you trying to (re)set the sourceobject for the sub ??
[quoted text clipped - 18 lines]
> Regards,
> Keith.
> I guess your sub's open event will *not* fire when you call the mainform's
> open event.
> I guess you need to call the sub's open event explicitly in this case.
> (Or just close and reopen the main form?)
> HTH
> Arno R
Thanks Arno, I had been trying to fire the sub's open event from the main
form but can't get the syntax right. Thanks for your patience, I feel like
a total clueless newbie on this.
Keith.
Arno R - 16 Feb 2006 14:09 GMT
> "Keith Wilby" <here@there.com> schreef in bericht
> news:43f47437$1_1@glkas0286.greenlnk.net...
[quoted text clipped - 32 lines]
> form but can't get the syntax right. Thanks for your patience, I feel like
> a total clueless newbie on this.
You are welcome Keith,
Try: Call Form_NameOfSubForm.Form_Open (False)
Arno R
Keith Wilby - 16 Feb 2006 14:42 GMT
"Keith Wilby" <here@there.com> schreef in bericht
news:43f482a3$1_1@glkas0286.greenlnk.net...
> "Keith Wilby" <here@there.com> schreef in bericht
> news:43f47437$1_1@glkas0286.greenlnk.net...
[quoted text clipped - 37 lines]
> like
> a total clueless newbie on this.
You are welcome Keith,
Try: Call Form_NameOfSubForm.Form_Open (False)
Arno R
Tried that Arno but it won't compile. This is a "nice to have" that I've
spent way too much time on so I'm going to leave it now. Thanks anyway.
Regards,
Keith.
> (Or just close and reopen the main form?)
Hi Arno, I got it to work using this method in the end, thanks for the tip.
Regards,
Keith.