Hello everyone
I want to create a form that brings back the child records of a parent record
To be more specific
I have three tables : A) ProdJournalBOM
B) LinkerTable
C) MyBOMLinesTable
MyBOMLinesTable is a table that has the information of ProdJournalBOM summary. More specifically it creates a record with an index which
related with the number of Journals that belongs to a specific BOM.
the LinkerTable has been created with two fields. The recId of MyBOMLinesTable and the recid from ProdJournalBOM which is related.
Until this step everything works fine.
Now I want when I press a button from the form of MyBOMLinesTable, to see all lines in ProdJournalBOM that related with the specific line a have choose in my MyBOMLinesTable.
I have tried some things without coding until now, only from the properties of the datasources.
The result I took, was to see in the new form only one record (from existing 5 for example).
Does anybody know what can be wrong with this and how can this problem be solved?