July 1, 200520 yr If I have a simple one to many relationship, how do I get a total count of related records from the master table?
July 1, 200520 yr Count(relationship::serial) or use the undocumented feature in 7 of putting a summary field in the related table and referencing it in the parent one.
Create an account or sign in to comment