Access 2003 Custom Security Reports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how I can create a report showing all users and groups and
permissions in a workgroup file? support.microsoft.com has a kb article
#208789 with code that allows you to create custom security reports. The
problem is that the code does not work. Using this code results in a type
mismatch at "Set UsrRs=Secdb.OpenRecordset("UTL_UsrTable"). If anyone could
be of some help I would really appreciate it.
 
Hi, Ryan.

Your database's ADO library reference is interfering. You need to
disambiguate the Recordset object in order to use this code. Please see Tom
Wickerath's tip, "DAO Library Reference in Access Databases" on the
following Web page:

http://www.Access.QBuilt.com/html/gem_tips1.html

HTH.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top