multi users of 1 report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report button which calls a procedure to run many queries & then
opens a report. In a multi user environment how do I prevent users from
bumping into each other, ie from attempting this button at the same time?
Thanks.
 
Doug said:
I have a report button which calls a procedure to run many queries &
then opens a report. In a multi user environment how do I prevent
users from bumping into each other, ie from attempting this button at
the same time? Thanks.

Use a split database system with a back end on the LAN shared by
everyone containing only the dynamic data, no forms queries reports etc.

Each user than has a front end containing static data tables and all the
forms, reports and queries etc that they need.
 
Each user should have a copy of the Front End (you have split your
application, haven't you") on their pc.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top