garrowsmith
Programmer
Hi Folks,
I've been racking my brains to remember all the database rules, and think I've stuck to them.
For some reason when I try and match a username to a particular project with the query wizard I get a cartesian product of all records.... eg
username | project title
-------------------
username project 1
username2 project 2
username3 project 3
username project 1
username2 project 2
username3 project 3
username project 1
username2 project 2
username3 project 3
Does it look like I've got my links wrong between tables/keys? I'm trying to get the relationships where a username is associated with an individual within a company. A company has multiple projects, and a user account has access to multiple projects.
I've got an diagram for this here:
Any pointers would help!!!
Cheers,
Graham.
p.s This isn't commercial or anything like that - I'm just playing around with this to try and recall some of the old stuff I learned at Uni.
I've been racking my brains to remember all the database rules, and think I've stuck to them.
For some reason when I try and match a username to a particular project with the query wizard I get a cartesian product of all records.... eg
username | project title
-------------------
username project 1
username2 project 2
username3 project 3
username project 1
username2 project 2
username3 project 3
username project 1
username2 project 2
username3 project 3
Does it look like I've got my links wrong between tables/keys? I'm trying to get the relationships where a username is associated with an individual within a company. A company has multiple projects, and a user account has access to multiple projects.
I've got an diagram for this here:
Any pointers would help!!!
Cheers,
Graham.
p.s This isn't commercial or anything like that - I'm just playing around with this to try and recall some of the old stuff I learned at Uni.