Hello guys,
I'm sorry the title looks confusing. The story behind is :
1. I have a Form (FormA) which in it has a grid that listing out my table (tableA)
2. In this form Action Pane, I have a Display Menu Item which call another Form (FormB)
3. This FormB is also having grid to list out my other table (TableB), and it has a field "connection" to TableA by means there is a information in TableA that keep also in TableB (Field X)
So the idea is when I click the button in Action Pane, TableB listing should be filtered based on current record selected in my FormA, How to make FormB get the FieldX from FormA ?
Please advice.
Thanks