Forum Discussion
MCFNeil
9 years agoQrew Captain
To answer part of your question (I could see these records by pushing a button on the parent record):
You can create either a formula-url or formula text field. And structure a query to search for the records associated with that parent.
Formula-Text example:
href=' "&URLRoot() & "db/" & [_DBID_MyChildTable] & "?a=q&query={33.EX."&[Record ID#]&"}' target='_blank'
Where field id "33" is your [Related Parent] field.
Using target='_blank' will open the search in a new window/tab.
You can create either a formula-url or formula text field. And structure a query to search for the records associated with that parent.
Formula-Text example:
href=' "&URLRoot() & "db/" & [_DBID_MyChildTable] & "?a=q&query={33.EX."&[Record ID#]&"}' target='_blank'
Where field id "33" is your [Related Parent] field.
Using target='_blank' will open the search in a new window/tab.