On a parent form layout, is it possible to show the total number of records in a related child form? For example, if you have a parent form for Clients, and a child form for Invoices, is it possible to show, on the parent form, the total number of invoices for a given Client?
Thanks,
John
Hi John,
Yes it’s possible.
Add a Calculation field and when you add a reference to a Link to Form field, Tap Forms will generate a COUNT() function if the child field referenced is a non-numeric type field.
Hope that helps.
Brendan
Add a calculation field and put what in it?
Thanks
Never mind I get it. By virtue of making the link to form field the count is in the field.