Modeling Account types and number of tables needed (2 Viewers)

SkeletorPlus

New member
Local time
Today, 06:47
Joined
Jun 11, 2025
Messages
9
I am trying to model some Active Directory account stuff in MS access. I have an “Accounts” table, but I am finding it hard to mode a “user account” vs a “service account”. Is the best way to do it just keep it all in the same accounts table? Or do I need to make stemmed tables? I can’t see stemmed tables flowing well for data input, and I don’t know how to hid irrelevant elements from a form if a different account type is selected. Anything helps!
 
Good question. I am not very familiar with the differences in attributes between the two accounts; but if they have any common traits, I might suggest storing those in one table and just split the rest in separate tables. Unless, if the number of different attributes is not a lot, you might also consider just throwing out all the data in one table and accept the consequences of storing null values in some of the columns. As for "hiding" what's not needed based on account type, that's easy once you get into forms for data entry.
 
maybe 1 table with "AcctType" to input whether "user" or "service".
 

Users who are viewing this thread

Back
Top Bottom