in message:
Hi Jeff, what was your approach to documenting the permissions? I cannot
fathom why you need an 'unknown' permission.
Hi Joan,
That question is covered in the FAQ section of the Usage Guide.
Question #10 on page 12 discusses why that option is on the reports.
Are you asking how *exactly* I was able to get a list of them all?
Simple: hours and hours of work.
Serious.

I spent WAY more time on the reports than I did on the transfer areas!
In essence what I did was take an existing workgroup file and make a
new database file with only one object for each area (table, query, form, etc.).
This workgroup file had three custom groups (in addition to the Admins and
Users groups) and three custom users (in addition to my SuperUser and Admin).
I would then go to the Users and Groups Permissions screen on the Security
menu. In the Permissions area I would start with not checking any boxes
for the table (no Permissions) for all the Groups and Users and then run the
"Permission IDs Only" report for both Users and Groups. I made a chart
of the Permission checkboxes on a piece of paper and then would write down
the Permission number for each group and user across the page.
I would then continue this process by checking one box for that table for all
Users and Groups and then re-run the report. Again, I would write all this information
down. Now as you are aware, depending upon what checkboxes you tick in
the Permissions area, some other checkboxes with become selected/unselected.
So I had to VERY carefully make sure I was getting every conceivable checkbox
combination. Follow me? This was absolutely exhausting work let me tell you!
I had to continue this process for every different object in the database. Now I would
like to *believe* I accounted for every conceivable Permission possibility, but it
is quite probable I missed something. So the "Unknown" field was to account for
that and be a "Red Flag" that a different Permission ID was found. As stated in
the Usage Guide, people can report any Unknown ones here and I will make
the changes necessary for subsequent releases.
Once I had all the numbers themselves, I was amazed at the sheer volume. I
even posted a question about it here for Graham Seach. I was trying to make
sense of the numbers and was confused by looking at a table listing in his book.
The real *fun* came trying to code all these possibilities!! You would not believe
the HUGE Select Case and If/Else/End If coding involved in generating that report!!
It is MASSIVE!!! From memory I think I found 57 different Permission ID values
for just the tables alone! And remember I had to record these values for each
user and groups as well. That part of the code was absolutely mind-numbing for
me sometimes and I just had to step away.
Does that answer your question?
If you are really, really, really interested in the code I can send you the MDB
source code file.