Hello everyone,
I'm just getting re-introduced to MS access and I'm a bit rusty on my DB design.
I'm not quite sure what would be the best way to go about what I'd like to do, but I'll explain the best I can and see what we can come up with.
I'm designing an account membership database for a helpdesk. So far I've got one table "Employees" and have already populated the data
Employees
-ID
-FirstName
-LastName
-MiddleInit
-MonthBirth
-DayBirth
-Last4Soc
Ideally, I would like to use the Employees table to add in new employees, and as they get access to specific accounts, add them to the subsequent tables.
In the Account tables I would like to have
ACCOUNT1
-ID
-DateAccessRequested
-DateAccessProvided
-DateAccessTerm
-AppLogin1
-AppLogin2
-AppLogin3
Where AppLogin will contain the username for that employee, for that application as a member of that account (account1)
I have an autonum Primary Key setup for Employees, and am intending to use that ID within each ACCOUNT1, 2, 3, etc table to track logins, access modification dates, etc.
I've run into the problem where when I created a relationship between the Primary Key of ACCOUNT1 and EMPLOYEES, it generated a different primary key and created a new empty row in EMPLOYEES.
Again, please be gentile with me =P. I hate to Join and Post asking a basic question, but I'm in a pinch and would appreciate any help/guidance possible. I may be going about this the totally wrong way, and if that's the case please let me know so I can make this easier to develop in the future also as we decide to add to it.
Thanks,
Rick