I'm trying to put together a security analysis report via a crosstab query in MS Access. I want to list the security tasks down the left, the roles defined across the columns, and reflect the security setting for each within the corresponding grid. I know I can run a security report from within 100 but I would have to tear them apart and past them side by side to get a comparison by role.
To achieve the above, I have a cross tab query created but I'm missing a linkage between the SY_RoleSecurity table and the SY_Task table. RoleSecurity has the column ""TaskKey"" which is 9 characters long. The first 2 digits appear to correspond with the Module Number and the last 3 digits appear to correspond with the TaskID in SY_Task. However I don't know what the 4 characters in the middle represent and they seem significant.
I tried linking TaskKey to the SY_Menu table as they both contain a 9-character column by this name. However, SY_Menu doesn't have rows for ever TaskKey contained in the RoleSecurity table. (for example, there is no row for Bank Reconciliation Setup yet there is a Security Setting for this.
What am I missing?