Is it possible to base a subform on a subform. Let me explain.
I want to keep track of a conversion we are going through. I have 3 main tables.
– Issue table – holds description of issue and responsible employee
-Contact Name table – names of outside vendor(s) we may contract with for that particular issue
-Issue History table – Notes for conversations with Contact Names.
Right now my main form is based on the Issue table and the Contact Name and the Issue History tables are subforms linked to the Issue table. I really want the Issue History linked to the Contact Name table so I can keep track of conversations per Contact Name.
Is this possible to do or can I have a subform in a subform. In other words, have the Issue History subform as part of the Contact subform which is part of the Issue form.
Thank you for your help.
Larry