M
MimiSD
Currently I have a many to many relationship set up between two tables,
tblSchool(primary key: SchoolCode) and tblIssue (primary key:IssueID). I
have a form set up that would allow all the information about a new issue to
be entered into the main form and then the school(s) that experiencing that
issue would be listed below in the subform.
Everything is working fine unless a school that is not currently in the
database reports an issue. When I go to the subform to enter the information
of a new school it gives me an error"The Microsoft Jet Database engine cannot
find a record in the table 'tblSchool' ". How do I work around this so that
a new school can be entered in the subform
tblSchool(primary key: SchoolCode) and tblIssue (primary key:IssueID). I
have a form set up that would allow all the information about a new issue to
be entered into the main form and then the school(s) that experiencing that
issue would be listed below in the subform.
Everything is working fine unless a school that is not currently in the
database reports an issue. When I go to the subform to enter the information
of a new school it gives me an error"The Microsoft Jet Database engine cannot
find a record in the table 'tblSchool' ". How do I work around this so that
a new school can be entered in the subform