G
Guest
Hi to All
I understand that when a form is opened from within a sub, the proc will
continue to execute after the DoCmd.Open unless the form is modal.
What happens when an action query (e.g. make table) is invoked within a sub?
Does the query complete before the sub resumes execution? Also, what about
when one sub calls another - does the calling sub wait for the called routine
to return?
Thanks!
I understand that when a form is opened from within a sub, the proc will
continue to execute after the DoCmd.Open unless the form is modal.
What happens when an action query (e.g. make table) is invoked within a sub?
Does the query complete before the sub resumes execution? Also, what about
when one sub calls another - does the calling sub wait for the called routine
to return?
Thanks!