philipcaplan Posted July 21, 2008 Posted July 21, 2008 Hi! I have a simple database for my own use, constructed in FMPro 8, with everything in one table (like an old-fashioned flat-file database!), in order to control an upcoming event I'm responsible for running. I have a number of fields with either a numeric or an alphabetical value in them, and these obviously are present on every record. Let us say that one of these fields is called "InviteReplyReceived" containing either a number 1 if a person has replied "Yes", a letter "x" if they've replied "No", and no entry if they haven't yet replied. What I need is to display (on each record, I think) the total number of "1"s, "x's and "blanks", so that we can see the running totals of the three classes of replies. Could some kind persons advise how best to do this, please?? Many thanks in advance.
aldipalo Posted July 21, 2008 Posted July 21, 2008 Take a look at this file. I hope it helps. I'm sure I could have come up with something more elegant given some more time, but, it should put you in the right direction. hth RSVP.zip
philipcaplan Posted July 22, 2008 Author Posted July 22, 2008 Many thanks, aldipalo. That did the trick. For some reason, when I tried using a Summary field before, all the fields were grayed out. This time, the one I needed was available! Thanks again, Philip Caplan
Recommended Posts
This topic is 6028 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now