Ah, I see. It does sounds like your needs will be best served by using some kind of Document Management system... Sharepoint is an example of one but I'm sure there are other more specialized & lightweight (and cheaper as well). At least look into few software to be certain you don't end up re-inventing the wheel for less functionality and more money.
If you are really set on using Access, the two other thoughts I have at this point is to use Active Directory to manage the permissions, or use RunAs so the Access database is then managed by a dummy account that has full permissions to the share folder but "dispense" the file to only user that are authorized to view/modify it. Either solution requires quite good deal of VBA and solid understanding of the system, which is why I suggested looking into Document Management software first.
HTH.
that`s right
it`s Document Management system
I make it with access 2003 and it takes 2 months
I solve all problems
users, documents,permissions,reversions, and security levels and the others
and it`s already done
except one problem that i told you
if I couldnt find the right answer i have to drop it away
in this program, administrator user give permissions to other users to see some documents
and every users can see taht documents in a form
thank you so much
but I dont know what Active Directory and RunAs are
and I dont know how can i use them
I saw two other Document Management system
but they`re not with Vba and access
first one made a read only folder and shared it for everyone
that was a joke you know
and the other one made a folder and gave full permission to only one user
and the other users able to see the documents with his account
now if i make a folder and share it for only one user
is there a code in VBA to access to that folder wiht his username and password?