April 13, 200817 yr I have created a FM database for my world coins and I would like to keep a "running total" of all the different countries I have. Is there a quick script that I can use to have this displayed on a page? Thanks
April 13, 200817 yr You can create a subsummary report. There are a ton of samples on here if you need one. Do an advanced search for +subsummary +report
April 15, 200817 yr Author I did the advanced search and could not find any summary info that would give me the kind of total I'm looking for, that is, not counting every instantiation of every record. For instance, I do not want it to count all 12 records that I have for Canada, just 1...for Canada, 1 for Brazil, and so on.
April 15, 200817 yr I don't know if this works in 7 but you might try creating a value list based on your country name field and then use the valuecount function to return the number of items in the value list. [color:blue]From the help file:- ValueCount(ValueListItems("Employees";"Employee Names") returns the total number of values in the Employee Names value list in the Employees database file. HTH Phil
Create an account or sign in to comment