Hello,
Not sure of how to handle a query.
I have a DB with multiple tables. Here's a sample layout
tblRegister
-ID (Prikey)
-JobName
tblEstimator
-ID (Prikey)
-Name
tblRegEstimator
-tblRegisterID (Prikey) (Related to tblRegister/ID)
-tblEstimatorID (Prikey) (Related to tblEstimator/ID)
For each JobName there can be multiple Estimators. I've got it setup so that I can assign multiple estimators to a job. My problem is when I want to pull the data out for reporting purposes. I'm not sure how to do it.
I'd like a report that would list all of my jobs and then list all the estimators on each of the jobs.
Thanks for your help!
Andy
Not sure of how to handle a query.
I have a DB with multiple tables. Here's a sample layout
tblRegister
-ID (Prikey)
-JobName
tblEstimator
-ID (Prikey)
-Name
tblRegEstimator
-tblRegisterID (Prikey) (Related to tblRegister/ID)
-tblEstimatorID (Prikey) (Related to tblEstimator/ID)
For each JobName there can be multiple Estimators. I've got it setup so that I can assign multiple estimators to a job. My problem is when I want to pull the data out for reporting purposes. I'm not sure how to do it.
I'd like a report that would list all of my jobs and then list all the estimators on each of the jobs.
Thanks for your help!
Andy