User access

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I have a MDB accross my network with user access and
permissions. Now I need to give an access to the DB to a
remote user. But the user needs an access to a report only
(I have many of them). Is it doable? if yes how?
 
If you db is used by several users, it must be split into a so-called "front
end/back end" structure, to avoid corruption & other problems. (If you don't
know why, google those terms & you'll find lots of info.) Then, just give
the remote user a front-end that has just one option - the report in
question.

HTH,
TC
 
thank you TC
-----Original Message-----
If you db is used by several users, it must be split into a so-called "front
end/back end" structure, to avoid corruption & other problems. (If you don't
know why, google those terms & you'll find lots of info.) Then, just give
the remote user a front-end that has just one option - the report in
question.

HTH,
TC





.
 
Back
Top