How to Manipulate Uses and Groups (MS Access) in VB.NET

  • Thread starter Thread starter Roger.Smith
  • Start date Start date
R

Roger.Smith

I am looking for samples or documentation that can help me to add new users
and groups a secured MS Access MDB. I need to be able to create new groups,
then assign table-level permissions to the group. Then I need to be able to
create new users (with passwords) and add each user to verious groups. If
anyone knows how to do this or where some documentation is, please let me
know.

Thanks,

Roger
 
Thanks Chris. I searched for hours and only found examples of VB. (most of
what you referenced only had VB 6.0 examples) However, I found a sample or
two that was .NET and they said to add ADOX as a reference, and to use the
COM version. I figure that the COM version is the only version, because I
am unable to locate a .NET version of the class through my development
environment.

Thanks for the assistance....

Roger
 
Back
Top