Hello all,
I have two tables, table1 and table2 (for ease of explaining). Table2 is linked to Table1 with a one-to-many relationship (A record in table1 can have several linked records in table2).
I have a continuous form displaying info from table1, and I'd like to throw a textbox on there to display the count of records that are linked in table2.
So if record 1 in table1 has 5 linked records in table2, I'd like the text box to display "5"
Hope this makes sense, I can explain more if need be.