J
James Nap
I have a popup form with a control button on it that opens
a table in normal view, i.e.
Docmd.OpenTable "tablename", acViewNormal, acReadOnly
However because it is a popup form the table is hidden
behind the form. I use the Me.Visible = False command to
hide the form before openning the table but I am having
trouble trying to display the form again after the table
is closed. I do not know or see a "close event" for the
table. Thanks.
a table in normal view, i.e.
Docmd.OpenTable "tablename", acViewNormal, acReadOnly
However because it is a popup form the table is hidden
behind the form. I use the Me.Visible = False command to
hide the form before openning the table but I am having
trouble trying to display the form again after the table
is closed. I do not know or see a "close event" for the
table. Thanks.