There has to be a way but I have not stumbled on it yet. I want to
print labels between records. Something like label form mylabel record
1 to record 8. Tried all but between does not work, less than greater
than don't work. What works. Do not know what I would do without all
the help I get on this newsgroup.
TonySper

Re: Printing Labels from record to record. by Dan

Dan
Wed Feb 09 17:26:05 CST 2005

LABEL FORM ... FOR BETWEEN(RECNO(),1,8)

There are many other ways to skin this cat if this doesn't fit.

Dan

TonySper wrote:
> There has to be a way but I have not stumbled on it yet. I want to
> print labels between records. Something like label form mylabel record
> 1 to record 8. Tried all but between does not work, less than greater
> than don't work. What works. Do not know what I would do without all
> the help I get on this newsgroup.
> TonySper



Re: Printing Labels from record to record. by TonySper

TonySper
Wed Feb 09 17:38:46 CST 2005

Dan,
You skinned it. I was using between(record,1,8) and it did not like
that.Recno() works. Thank You. I was about to pull the last two
strands of hair out that I have left. Examples in the help just did
not help me.
Thanks.
TonySper

"Dan Freeman" <spam@microsoft.com> wrote in message
news:eP2D76vDFHA.4032@TK2MSFTNGP10.phx.gbl...
LABEL FORM ... FOR BETWEEN(RECNO(),1,8)

There are many other ways to skin this cat if this doesn't fit.

Dan

TonySper wrote:
> There has to be a way but I have not stumbled on it yet. I want to
> print labels between records. Something like label form mylabel
> record
> 1 to record 8. Tried all but between does not work, less than
> greater
> than don't work. What works. Do not know what I would do without all
> the help I get on this newsgroup.
> TonySper