I've done the search thing and read all I can on crosstab queries, and I just don't get it! I need to make a permissions table (or query, probably) with usernames in the row headers, and accounts in the column headers (or vice versa, I don't care)... like this:
I already have a table listing all of my users, and a table listing all of my accounts. I know which users need X's in which accounts, but I don't know where to put that information, and I'm not sure how to generate the above once the information is in place. Please forgive my confusion on what should probably be a basic concept. How do I get started on this, please? ![[sadeyes] [sadeyes] [sadeyes]](/data/assets/smilies/sadeyes.gif)
--Ryan
Code:
| Acct1 | Acct2 | Acct3 | Acct4
------|-------|-------|-------|-------
User1 | X | | | X
User2 | | X | | X
User3 | X | X | X |
User4 | | X | X |
![[sadeyes] [sadeyes] [sadeyes]](/data/assets/smilies/sadeyes.gif)
--Ryan