J
JNariss
Hello:
I can't figure out why my tables are not connecting right and I know
its a relationship problem. So I thought someone could look at this and
tell me what I did wrong:
Tables:
Request
Request ID (Primary Key)
Name
Address
Etc.
Problem
Problem ID (Primary Key)
Problem Description
Problem Date
Etc.
Test Results
Request ID (Primary Key)
Problem ID (Primary Key)
Okay so I made those tables. And what happens is a user goes in and
fills out the Request Form. A few people go and look at that Request
Form and then go in to add Problems (which will be added into the
Problem Table). So each Request will have multiple problems. Which is
why I created the Junction Table of Test Results using the two other
tables primary keys.
I created one-to-many Relationships from the Request and Problem Tables
to the Test Results table.
When I make a form using the Request ID from the Request Table and All
field from the Problem table it seems as if I can then enter multiple
problems for a request. But.......I can't figure out how to run a
report for each individual Request ID to list the problems entered for
THAT specific Request ID #.
Can anyone help me out here?
Thanks,
Justine
I can't figure out why my tables are not connecting right and I know
its a relationship problem. So I thought someone could look at this and
tell me what I did wrong:
Tables:
Request
Request ID (Primary Key)
Name
Address
Etc.
Problem
Problem ID (Primary Key)
Problem Description
Problem Date
Etc.
Test Results
Request ID (Primary Key)
Problem ID (Primary Key)
Okay so I made those tables. And what happens is a user goes in and
fills out the Request Form. A few people go and look at that Request
Form and then go in to add Problems (which will be added into the
Problem Table). So each Request will have multiple problems. Which is
why I created the Junction Table of Test Results using the two other
tables primary keys.
I created one-to-many Relationships from the Request and Problem Tables
to the Test Results table.
When I make a form using the Request ID from the Request Table and All
field from the Problem table it seems as if I can then enter multiple
problems for a request. But.......I can't figure out how to run a
report for each individual Request ID to list the problems entered for
THAT specific Request ID #.
Can anyone help me out here?
Thanks,
Justine