OK this is causing me some serious frustration. I have 3 forms frmInspections, frmSearch and frmAddEquipmentToInspection (including frmChecklist)
it is killing me trying to integrate these 3 forms into one form. By themselves they work OK (except I have broken frmChecklist somewhat trying to integrate them)
What I want frmInspections to do is to create or edit a current inspection, then you should be able to use the functionality in frmSearch to find equipment to add to the inspection. When a piece of equipment is selected it should display frmChecklist with the specific questions for that piece of equipment as well as default answers, etc and populate tblResults
I can get most things to work separately however no matter what I try I cannot get them to work in one form
Here is my current db with the current versions of the 3 forms
Attachment 5033
and here is my original database where I had the tblResults populating correctly
Attachment 5034
(notably in this old design you have to select values in frmMainMenu first and work your way through creating a new inspection and adding equipment
Any help or feedback is much appreciated
Thanks