Newbies ruby Posted February 7, 2002 Newbies Posted February 7, 2002 YES -I'M NEW IN TOWN. Soory - ok - i'm trying to make a counter of recoreds (BY first- letter name) and then to make a list how many names i have in each First letter. i was using the omit command but it's look like skiping recored. i try some way's LIKE -go to prev.. after the omit but nada. CAN'T SLEEP WELL IF SOMEONE CAN SHOW ME THE "TRICKY-SCRIPT" ?? THANK'SSSSSSS
LiveOak Posted February 7, 2002 Posted February 7, 2002 I'm not sure why you need the Omit command. To count names by the first letter, create the fields: FirstLetter (calculation, text) = Left(Trim(Name), 1) CountLetter (Summary, Count of FirstLetter) Create a Layout with: 1) A Header 2) A Subsummary part by First Letter 3) A Footer No Body part. Place the FirstLetter and CountLetter field in the Subsummary part. Sort by FirstLetter and Preview or Print. -bd
Recommended Posts
This topic is 8325 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