Karen, The first column is the member number (integer) which is a Primary Key for that table. As printed that value is actually a TEXT value as later on in the printout I have items with a suffix attached to a number. There is no way using primary to determine a break. You have to use a counter hence the vCount variable and the vBreak variable. the vbreak variable will contain either a 0 or 1 with the 1 indicating a break.
Jim Bentley American Celiac Society [email protected] tel: 1-504-737-3293 > >From: "[email protected]" <[email protected]> >To: RBASE-L Mailing List <[email protected]> >Sent: Wed, November 3, 2010 10:44:51 AM >Subject: [RBASE-L] - Re: Report Breaks in v9.x > >Jim: What is printed in the first column? Is that vCount? Locate vBreak on >there too to see if it gives you any idea. > >Also make sure you are not printing the report with an "order by" clause or >else >that will totally trump your vBreak break column. Perhaps older versions were >more forgiving of that. > >Karen > > > >You will notice it prints six names, skips a line, one name, skips a line, six >names skips a line, one name, skips a line etc.

