report footer

  • Thread starter Thread starter sobeit via AccessMonster.com
  • Start date Start date
S

sobeit via AccessMonster.com

i put text labels in my report.......but i want it to be still on the lowest
part of the page but when records only in a few .......the labels places
right only below the last record not on the lowest part of the page

......please help
 
Can you put them in the page footer?
If they contain sums
eg =sum([Income])
then put the text box that does the summing in the place you want it to be,
use the Other tab in the Properties box to name it, say txtSumIncome. Now
make this invisible, using the Property box and setting Visible to No.
In your page footer you can now have a text box that has in it

=[txtSumIncome]

Evi
 
it is just a label ........ no need of any calculations .......is it possible
to the textlabel to stay always at the most bottom of the page though is has
only 1 record
Can you put them in the page footer?
If they contain sums
eg =sum([Income])
then put the text box that does the summing in the place you want it to be,
use the Other tab in the Properties box to name it, say txtSumIncome. Now
make this invisible, using the Property box and setting Visible to No.
In your page footer you can now have a text box that has in it

=[txtSumIncome]

Evi
i put text labels in my report.......but i want it to be still on the lowest
part of the page but when records only in a few .......the labels places
[quoted text clipped - 5 lines]
Message posted via AccessMonster.com
 
Have you tried my suggestion? Things in the Page Footer section will always
remain at the bottom of the page.
Evi

sobeit via AccessMonster.com said:
it is just a label ........ no need of any calculations .......is it possible
to the textlabel to stay always at the most bottom of the page though is has
only 1 record
Can you put them in the page footer?
If they contain sums
eg =sum([Income])
then put the text box that does the summing in the place you want it to be,
use the Other tab in the Properties box to name it, say txtSumIncome. Now
make this invisible, using the Property box and setting Visible to No.
In your page footer you can now have a text box that has in it

=[txtSumIncome]

Evi
i put text labels in my report.......but i want it to be still on the lowest
part of the page but when records only in a few .......the labels
places
[quoted text clipped - 5 lines]
Message posted via AccessMonster.com
 
Back
Top