Hi everybody!
I have a problem that is way past my understanding of access at the moment. I will do my best to explain and hope somebody has any ideas!
I have a form ProjectManager which is based on the table tblProjects and tblDeliverables (one project can have many deliverables). The subform is based on tblDeliverables. These two are working well together. BUT, ofcourse I want to include som fields in the subform together with tblDeliverables from another table tblWeekly, where I can sum up some used hours. This I had to solve by using a "make table" query as I was not able to update values in the subform when it was a normal query. Anyways, I got this to work.
But now (After thinking I actually solved this) i cannot enter any new records in the subform tblDeliverables without it giving me the errormessage that i also have to put a value in the projects field! (This does not come up when the form is based only on tblDeliverables).
So it seems that when i base the subform on a "make table" query, the connection with the main form is lost? Anybody know a work around for this?
I've uploaded some images, hope you understand my question!
I have a problem that is way past my understanding of access at the moment. I will do my best to explain and hope somebody has any ideas!
I have a form ProjectManager which is based on the table tblProjects and tblDeliverables (one project can have many deliverables). The subform is based on tblDeliverables. These two are working well together. BUT, ofcourse I want to include som fields in the subform together with tblDeliverables from another table tblWeekly, where I can sum up some used hours. This I had to solve by using a "make table" query as I was not able to update values in the subform when it was a normal query. Anyways, I got this to work.
But now (After thinking I actually solved this) i cannot enter any new records in the subform tblDeliverables without it giving me the errormessage that i also have to put a value in the projects field! (This does not come up when the form is based only on tblDeliverables).
So it seems that when i base the subform on a "make table" query, the connection with the main form is lost? Anybody know a work around for this?
I've uploaded some images, hope you understand my question!