In my Db a user belongs to a company, a company can belong to various PrimaryDataTypes.
TblPrimaryData
TblPrimaryDataTypes
TblLinkPrimaryData2Types
The last one is basically a many to many relationship link table which stores the PrimaryDataID along with the associated Type
On my splashscreen I have various command buttons but I only want certain types to be able to see certain buttons.
I'm thinking I could have a module where the types are stored when a user logs on but am not sure how to go about it?
Any advice welcomed.
TblPrimaryData
TblPrimaryDataTypes
TblLinkPrimaryData2Types
The last one is basically a many to many relationship link table which stores the PrimaryDataID along with the associated Type
On my splashscreen I have various command buttons but I only want certain types to be able to see certain buttons.
I'm thinking I could have a module where the types are stored when a user logs on but am not sure how to go about it?
Any advice welcomed.
