Jim: But have you tried locating the vBreak variable on the
report just so you can look at how it's evaluating?
And you didn't answer my other question -- are you printing with
an "order by" statement?
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.
>