Hi,
I'm sure this is a very simple question, but as I've never done it before I don't know where to start. I have a tabular form that shows continuous records of basic information. To simplify, just say it's like this:
FirstName LastName City <HEADER>
Joe Smith New York
Mary Poppins Atlanta
Alex Zander Miami
Paul Oldman New York
CountNewYork <FOOTER>
I want to make CountNewYork a calculated field in the footer that simply counts the number of records where City = "New York". In my example, that should be 2. The number just has to appear on the form -- no need for storing it in a table or anything like that.
Could you tell me how to do this...that is, what syntax to I use, and where do I put it? Feel free to explain it to me like I have ABSOLUTELY no idea how to begin!
Thanks!
B.
I'm sure this is a very simple question, but as I've never done it before I don't know where to start. I have a tabular form that shows continuous records of basic information. To simplify, just say it's like this:
FirstName LastName City <HEADER>
Joe Smith New York
Mary Poppins Atlanta
Alex Zander Miami
Paul Oldman New York
CountNewYork <FOOTER>
I want to make CountNewYork a calculated field in the footer that simply counts the number of records where City = "New York". In my example, that should be 2. The number just has to appear on the form -- no need for storing it in a table or anything like that.
Could you tell me how to do this...that is, what syntax to I use, and where do I put it? Feel free to explain it to me like I have ABSOLUTELY no idea how to begin!
Thanks!
B.