S
Scott
After three days I'm starting to beat my head against the desk....Here Goes!
I have three tables 2 of which are linked to a third in a many-many
relationship. I have a complaint table which holds the fields for the
complaint form. I have a subject table which holds the fields for the subject
details(name, dob, address etc...) And I have a Involvedsubjects table which
holds the combined fields of both tables. That's the meat.
I have a subform imbedded in the complaint form that allows me to input each
subject that is involved in each complaint . This subform is based on the
involvedsubjects table. I have a combobox that allows me to lookup the names
in the Subject table to make entry quick and easy. The combobox is getting
its data from the subject table through a query.
My problem is that the notinlist event is not working. The event opens my
Subject input form to allow me to enter the details of a new subject but when
I exit the form it says "Subject Not Added" (that's what appears in the
msgbox I have in the code) However when I open the Subject table the new data
is there. The combox does not contain the new data.
Confusing...probably. some questions might clarify it.
Thanks
Scott
I have three tables 2 of which are linked to a third in a many-many
relationship. I have a complaint table which holds the fields for the
complaint form. I have a subject table which holds the fields for the subject
details(name, dob, address etc...) And I have a Involvedsubjects table which
holds the combined fields of both tables. That's the meat.
I have a subform imbedded in the complaint form that allows me to input each
subject that is involved in each complaint . This subform is based on the
involvedsubjects table. I have a combobox that allows me to lookup the names
in the Subject table to make entry quick and easy. The combobox is getting
its data from the subject table through a query.
My problem is that the notinlist event is not working. The event opens my
Subject input form to allow me to enter the details of a new subject but when
I exit the form it says "Subject Not Added" (that's what appears in the
msgbox I have in the code) However when I open the Subject table the new data
is there. The combox does not contain the new data.
Confusing...probably. some questions might clarify it.
Thanks
Scott