when I choose showrecords(relationship) from table a to b, I get the related records. When I switch to another form of the same table, I have another found set.
No Stef,
when you do ShowRecords (or loadRecords) YOU, are setting the foundset yourself!. You loose than the functionality that foundset’s are shared between forms from the same table.
Johan, has explained this, not a long time ago, on the forum.
Can’t find the topic right now!
So when you want to share the foundset between forms, you always have to take the foundset with you, with showRecords(foundset) or loadRecords(foundset) and than: controller.show()