G
Guest
I have an mdb that is used by several people at the same time. There is a
macro to delete and append a table then open a form. If one person has the
form open and another person opens it the first persons data disappears as
the table is being deleted. In my macro on the first line is a StopMacro
action with a condition of IsLoaded("frm1") then after the queries the last
line is Open frm2. can the (...) be used to still open form frm2 if another
person already has frm1 open?
macro to delete and append a table then open a form. If one person has the
form open and another person opens it the first persons data disappears as
the table is being deleted. In my macro on the first line is a StopMacro
action with a condition of IsLoaded("frm1") then after the queries the last
line is Open frm2. can the (...) be used to still open form frm2 if another
person already has frm1 open?