G
Guest
I have a multipurpose form (Frm-A) that is opened from several other forms.
Before the form opens I need to create a TEMP table that is the basis for the
query that selects records for a subform in the form. This works well except
that I have to create the temp table before issuing the OPEN for Frm-A. Once
the OPEN is issued the form appears to lock the temp table.
My question is: is there an EVENT that occurs before the form LOCKS the
temp table? I have tried "on open", "on load" and, "on activate". If I
could create the temp table one place it would save a lot of redundant code.
Steve
Before the form opens I need to create a TEMP table that is the basis for the
query that selects records for a subform in the form. This works well except
that I have to create the temp table before issuing the OPEN for Frm-A. Once
the OPEN is issued the form appears to lock the temp table.
My question is: is there an EVENT that occurs before the form LOCKS the
temp table? I have tried "on open", "on load" and, "on activate". If I
could create the temp table one place it would save a lot of redundant code.
Steve