CharlesWhiteman
Registered User.
- Local time
- Today, 21:15
- Joined
- Feb 26, 2007
- Messages
- 421
I'm using some Vba to record enquiries. Each enquiry may have one or more courses associated with an enquiry so I have a many to many relationship setup with associated code but when using some code to see of a course checkbox is actually cheked since then the code does not insert into the link table.
Structure:
TblEnquries (Enquries & Associated PK)
TblCourses (Contains Courses & Associated PK)
TblEnquiryCoursesLink (Contains Enquiries FK & Courses FK)
Sql code should insert into TblEnquries (And it Does) And insert into TblEnquiryCoursesLink This is where the issue lies
Any help much approciated
Structure:
TblEnquries (Enquries & Associated PK)
TblCourses (Contains Courses & Associated PK)
TblEnquiryCoursesLink (Contains Enquiries FK & Courses FK)
Sql code should insert into TblEnquries (And it Does) And insert into TblEnquiryCoursesLink This is where the issue lies
Any help much approciated