C
Cathy
I've created a form where users make selections and press
a button. This in turn runs a series of queries, moves
the output to a table, which is then sent to Excel.
Everything works perfectly unless two or more users try to
run the thing at the same time... which causes the table
to disappear! Is there a way to detect that the table is
already in use, and make the second user wait until it's
finished before the second user's queries run? Or maybe
detect that the button has just been pressed, and make the
second user's request wait?
Thanks,
Cathy
a button. This in turn runs a series of queries, moves
the output to a table, which is then sent to Excel.
Everything works perfectly unless two or more users try to
run the thing at the same time... which causes the table
to disappear! Is there a way to detect that the table is
already in use, and make the second user wait until it's
finished before the second user's queries run? Or maybe
detect that the button has just been pressed, and make the
second user's request wait?
Thanks,
Cathy