P
PaulHilgeman
I have spent hours and hours creating an access file for the managing
of thousands of customers and jobs. I have spent tons of time
migrating about 25000 customers from an older system into this system.
Now I have one very large .mdb file and I want to distribute it to a
group of about 15 users over a network and have them all access and
manipulate the data. There is one main form where the users get access
to the data, plus has several buttons in order to print reports, view
reports based on queries etc. There are several macros that run when a
button is pressed, used to fill in CurentUser() into a TextBox.
So I go into the office (this was all developed on my home PC) and dump
the file on the network and follow a very good guide that I found about
setting up users etc. On the computer that I set it up on, everything
seemed to work OK. Then I opened the .mdb file up from another
computer and got the error that the database could not be accessed
because the computer that I had first opened it on was using it in
"exclusive" mode and that I could not access the database.
However, on both computers (the two that I was testing on) I had set
the option to by default open in shared mode.
The first computer I had logged in on I was logged in as an admin, and
the other computer was a "full data access user".
So, what is the correct way of doing what I want to do?
Thank you!!!!!
-Paul Hilgeman
of thousands of customers and jobs. I have spent tons of time
migrating about 25000 customers from an older system into this system.
Now I have one very large .mdb file and I want to distribute it to a
group of about 15 users over a network and have them all access and
manipulate the data. There is one main form where the users get access
to the data, plus has several buttons in order to print reports, view
reports based on queries etc. There are several macros that run when a
button is pressed, used to fill in CurentUser() into a TextBox.
So I go into the office (this was all developed on my home PC) and dump
the file on the network and follow a very good guide that I found about
setting up users etc. On the computer that I set it up on, everything
seemed to work OK. Then I opened the .mdb file up from another
computer and got the error that the database could not be accessed
because the computer that I had first opened it on was using it in
"exclusive" mode and that I could not access the database.
However, on both computers (the two that I was testing on) I had set
the option to by default open in shared mode.
The first computer I had logged in on I was logged in as an admin, and
the other computer was a "full data access user".
So, what is the correct way of doing what I want to do?
Thank you!!!!!
-Paul Hilgeman