I preformed a one to many join with a buildings layer (one) and a table of internal cameras (many). This produced a table with multiple records per building.
Now, I would like to label the buildings based on the number of cameras joined to a building. For example, a building with 8 cameras would be labeled 8.
How would I to populate a field with the number of cameras in each building? Any recommendations?