I’m a moderately experienced amateur FileMaker developer, so I know my way around the business of one-to-many and many-to-many links between data tables. I view this is a key part of any database app, apart from the very simplest.
So I was alarmed at first to find no reference to this matter in the manual or the reference documents. Maybe I’ve missed it, but I’ve been through them twice. I have found various posts on this forum which tackle the matter, and which all seem to suggest that to link TableA to TableB you need a field in each table with the name of the other table, AND you have to give that field a type which is the data type of the other table.
Questions:
Is this in fact the core mechanism for linking two tables so that the parent table can display related records (sorry, ‘things’) from the child record and the child record can call data from the parent?
Is there anywhere a piece of documentation covering this matter, as opposed to a scattering of helpful posts on the forum? If so, where? If not … isn’t that kinda strange? As I’ve said, I view it as a key part of a database app.