I am making a DB that consists of 3 tables.
1. Users: UserID/LastName/FirstName
2. Projects: ProjID/ProjNumber/Comments
3. Assigned: ProjID/UserID
I already setup the relationship between them. I've never had to work with linking tables and I am not even sure this is where I would use one. I need to be able to create a form that will allow me to search by user/users and/or ProjNumber. I'm just not sure how the tables will be updated automatically.
Now multiple people can be on one project and One person can have multiple projects. On top of this, I have to track the hours that each person puts into each project and be able to total the hours per project and/or person. It's a pretty simple idea, but is kicking my rear due to my somewhat limited knowledge with access.
BTW I'm working with MS access 2003. I've searched the internet and found many tips useful, but haven't found any good documentation that I can relate too in this circumstance. Any advice or recommended links would be great. Thanks.
1. Users: UserID/LastName/FirstName
2. Projects: ProjID/ProjNumber/Comments
3. Assigned: ProjID/UserID
I already setup the relationship between them. I've never had to work with linking tables and I am not even sure this is where I would use one. I need to be able to create a form that will allow me to search by user/users and/or ProjNumber. I'm just not sure how the tables will be updated automatically.
Now multiple people can be on one project and One person can have multiple projects. On top of this, I have to track the hours that each person puts into each project and be able to total the hours per project and/or person. It's a pretty simple idea, but is kicking my rear due to my somewhat limited knowledge with access.
BTW I'm working with MS access 2003. I've searched the internet and found many tips useful, but haven't found any good documentation that I can relate too in this circumstance. Any advice or recommended links would be great. Thanks.