using reports in a multi-user environment

  • Thread starter Thread starter livia
  • Start date Start date
L

livia

I am desperate. I have no experience with Access in a
multi-user environment. So help me
guys!!!!!!!!!!!!!!!!!!!!!!!!!
I have several reports. They differ only by the sort
order. I was thinking to make only one report and to
change the sort order in code depending on the user’s
choice.
Is that possible in a multi-user environment? What’s
happening if two users try to open the report in the same
time, each using his one sort criterion?
Regards.
 
I know how to change the sort order in code. My problem is
that I don't know what's happening if two users want to
use the report in the same time with different sort order
criteria and for the moment I don't have the possibility
to verify on a network.
Thank you
Livia
 
Again, this should not be an issue in multi-user environments. You are not
saving the new design.

BTW: a better method of deploying applications is to split the app into
front-end and back-end files and then give each user their own front-end.
 
Back
Top