Display Details Once

  • Thread starter Thread starter eschlep via AccessMonster.com
  • Start date Start date
E

eschlep via AccessMonster.com

I have records that i want to display in continous format however there is
also some text that i want to display below the records but only appear once
and not along without every record. It has to be in detail section not the
footer. Is there any way to do this.
Thanks
 
I have records that i want to display in continous format however there is
also some text that i want to display below the records but only appear once
and not along without every record. It has to be in detail section not the
footer. Is there any way to do this.
Thanks

Is this on a Form? or a Report? (You can do this in either, but
differently). What do you mean by "it has to be in the detail
section"? The detail section of a Continuous Form displays multiple
records; you can't set aside a portion of it for a totally different
record.

Might it be possible to have the continuous Form as a Subform? You
could then display your single-record data outside (below) the
subform.

John W. Vinson[MVP]
 
Back
Top