Man to Many Relationship

G

Gary Hull

I have 3 tables
1. JobName
2. CabinetType
3. CabinetTypeInfo

I need to set up a form that would select the Job Name first, then the
Cabinet Type.

the CabinetTypeInfo table need to relate to the CabinetType table and also
to the JobnName table

The primary keys are
1 fkJobName
2.fkCabinetType
3.fkcabinetTypeInfo

The CabinetType table has a forgein key fkJobName
The CabinetTypeInfo table has 2 forgein keys fkJobName and fkCabinetType

My report should have the first catagory JobName and a subcatagory
CabinetType

I hope this is clear if there are any questions please let me know
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top