defectivo Posted November 22, 2005 Posted November 22, 2005 Hi everyone, I've been trying to figure this out for a while...but everything seems so complex...and it seems like it sh ould be something very simple. I have a database where students are entered when they need to wait for a course. I have a field called Status where hte user selects from a value list either Idol, Denied, Red-flagged or Granted. Is it possible to total the number of results for each with a calculation field (ex. total of idol, total of denied, total of red-flagged, total of granted). I would like it so that when users load the main screen, they get a list of all the above items without having to do a find. Thanks everybody
Breezer Posted November 22, 2005 Posted November 22, 2005 (edited) Try using: PatternCount ( text ; searchString ) Then a summary field to keep a running count of the Patterncount. Edited November 22, 2005 by Guest
Recommended Posts
This topic is 7006 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