subform on a subform
Posted: Mon Aug 03, 2015 11:41 pm
I have three tables; matters, events, activities. Each matter may have multiple events, and each event may have multiple activities.
I have a form set up for matters with events as a sub form (grid). I have form set up for events with activities set up as a subform (grid).
Ideally, I'd like to have the activities subform set up as a subform to the events subform.
I also tried adding a button to the events subform to open the events form, but can't figure how to find the correct record. I've tried using #id# , #record_id#, event_id, in the "Record ID" on the "Button" tab of the button. The only way I've gotten this to open an actual event is if I key in the actual contents of the field matter_id into the "Record ID".
Is there a way to accomplish this?
I have a form set up for matters with events as a sub form (grid). I have form set up for events with activities set up as a subform (grid).
Ideally, I'd like to have the activities subform set up as a subform to the events subform.
I also tried adding a button to the events subform to open the events form, but can't figure how to find the correct record. I've tried using #id# , #record_id#, event_id, in the "Record ID" on the "Button" tab of the button. The only way I've gotten this to open an actual event is if I key in the actual contents of the field matter_id into the "Record ID".
Is there a way to accomplish this?