Newbies Russell Proctor Posted July 26, 2011 Newbies Posted July 26, 2011 Hello, I am developing a solution that tracks printed jobs. Each job may have one or more products of a varying total. Each product can have multiple call-offs. I need to track each call-off in relation to the product and job and track each remaining balance. At present I control this through the following relationships. Jobs (job_id_pk) to Products (job_id_fk) Products (prd_id_pk) to Call Offs (prd_id_fk) Is their a better way? All help/ideas will be appreciated. Regards
comment Posted July 26, 2011 Posted July 26, 2011 At present I control this through the following relationships. Jobs (job_id_pk) to Products (job_id_fk) Products (prd_id_pk) to Call Offs (prd_id_fk) Is their a better way? I don't think so. What problems are you experiencing?
Recommended Posts
This topic is 4886 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now