finding rocord on main form based on selection of subform record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a tables for "entity" "relation" and "entity-relation" and a form that
displays one entity and all the entities related to the main form entity. The
related entities are displayed in two tabbed subforms (one for
super-relations, one for sub-relations). What code do I use to double click
on a subform entity and make the main form display this entity and its
relations?
 
I figured it out. My code was running in the subform. I had to clone the
parent recordset and set the parent bookmark.
 
Back
Top