JMongi
Active member
- Local time
- Today, 15:26
- Joined
- Jan 6, 2021
- Messages
- 802
I'm starting to plan for a form to use for editing user access levels for various "modules" in my db. So, I'm envisioning a list of rows with userid's and a list of columns with the various modules as headers. The intersections would be combo boxes for the access levels (right now 5). Is this something the datasheet form would be able to handle? It's early, but I'm envisioning the following table/query as the base:
tblUserAccess
ID (PK)
UID (FK to users table)
Module (FK to module list)
AccessLvl (FK to level list)
LastDateMod
I've tried doing a few searches on datasheet without success. I'm going to do some investigating of the basic Access info on datasheet forms to see if I can answer my own question. Thanks!
tblUserAccess
ID (PK)
UID (FK to users table)
Module (FK to module list)
AccessLvl (FK to level list)
LastDateMod
I've tried doing a few searches on datasheet without success. I'm going to do some investigating of the basic Access info on datasheet forms to see if I can answer my own question. Thanks!