W
WindandWater
Hello All,
I have a database which is a trouble ticket system called quicksheets.
I have a main form based on this table and I have some subforms
based on tables which are on the many side of the relationship.
Here is the part that has me stumped. I have one table that is for
jobs which many quicksheets could be associated to just one Job.
I have this table bound to a subform which is a single form.
I have linked these two table by the primary key of jobs table with
jobID and it is the foreign key in the Quicksheets table.
I have played around with the Master /Child links where I thinkk it
should be on JobID for both. I have tried using the primary key of
quicksheets, QuicksheetID but that changes my relationshiip
making quicksheet on the one side and jobs on the many side....
I know that the main form is getting confused because it expects the job
field
to be populated before the Quicksheet information to be entered. I can see
on the main form that JobID does not update when I put in Job data in the
subform.
I am wondering how do I get the jobID field to populate first ?
Maybe I need to flip it around and make my Jobs table the main
control source for the form, then embed the quicksheets and then
embed my other subforms within the quicksheet subforms?
Any suggestions?
Thank you,
Johnny
I have a database which is a trouble ticket system called quicksheets.
I have a main form based on this table and I have some subforms
based on tables which are on the many side of the relationship.
Here is the part that has me stumped. I have one table that is for
jobs which many quicksheets could be associated to just one Job.
I have this table bound to a subform which is a single form.
I have linked these two table by the primary key of jobs table with
jobID and it is the foreign key in the Quicksheets table.
I have played around with the Master /Child links where I thinkk it
should be on JobID for both. I have tried using the primary key of
quicksheets, QuicksheetID but that changes my relationshiip
making quicksheet on the one side and jobs on the many side....
I know that the main form is getting confused because it expects the job
field
to be populated before the Quicksheet information to be entered. I can see
on the main form that JobID does not update when I put in Job data in the
subform.
I am wondering how do I get the jobID field to populate first ?
Maybe I need to flip it around and make my Jobs table the main
control source for the form, then embed the quicksheets and then
embed my other subforms within the quicksheet subforms?
Any suggestions?
Thank you,
Johnny