A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Report Footer Error on Page 2+ but shows on first page



 
 
Thread Tools Display Modes
  #1  
Old November 30th, 2009, 10:52 PM posted to microsoft.public.access.reports
Liv[_2_]
external usenet poster
 
Posts: 21
Default Report Footer Error on Page 2+ but shows on first page

there is a form created to open this report. the query the report depends on,
calls on the value in the combo box. I have included this field in the report
header (which works fine), and the footer (which is kind of funky). the
footer shows correctly on the first page, but after the first page it shows
#error?. Why is this?

footer: =[Forms]![Staff Form]![cboStaffName] & "'s Report"

returns: Alana's Report

page 1 shows as it should, while all pages after show error.
  #2  
Old December 1st, 2009, 03:08 AM posted to microsoft.public.access.reports
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Report Footer Error on Page 2+ but shows on first page

Do you have any code or macro that closes the form?

--
Duane Hookom
Microsoft Access MVP


"Liv" wrote:

there is a form created to open this report. the query the report depends on,
calls on the value in the combo box. I have included this field in the report
header (which works fine), and the footer (which is kind of funky). the
footer shows correctly on the first page, but after the first page it shows
#error?. Why is this?

footer: =[Forms]![Staff Form]![cboStaffName] & "'s Report"

returns: Alana's Report

page 1 shows as it should, while all pages after show error.

  #3  
Old December 1st, 2009, 05:30 PM posted to microsoft.public.access.reports
Liv[_2_]
external usenet poster
 
Posts: 21
Default Report Footer Error on Page 2+ but shows on first page

leaving the form open works great! why would my query only work on one page?

"Duane Hookom" wrote:

Do you have any code or macro that closes the form?

--
Duane Hookom
Microsoft Access MVP


"Liv" wrote:

there is a form created to open this report. the query the report depends on,
calls on the value in the combo box. I have included this field in the report
header (which works fine), and the footer (which is kind of funky). the
footer shows correctly on the first page, but after the first page it shows
#error?. Why is this?

footer: =[Forms]![Staff Form]![cboStaffName] & "'s Report"

returns: Alana's Report

page 1 shows as it should, while all pages after show error.

  #4  
Old December 1st, 2009, 05:30 PM posted to microsoft.public.access.reports
Liv[_2_]
external usenet poster
 
Posts: 21
Default Report Footer Error on Page 2+ but shows on first page

leaving the form open works great! why would my query only work on one page?

"Duane Hookom" wrote:

Do you have any code or macro that closes the form?

--
Duane Hookom
Microsoft Access MVP


"Liv" wrote:

there is a form created to open this report. the query the report depends on,
calls on the value in the combo box. I have included this field in the report
header (which works fine), and the footer (which is kind of funky). the
footer shows correctly on the first page, but after the first page it shows
#error?. Why is this?

footer: =[Forms]![Staff Form]![cboStaffName] & "'s Report"

returns: Alana's Report

page 1 shows as it should, while all pages after show error.

  #5  
Old December 1st, 2009, 05:30 PM posted to microsoft.public.access.reports
Liv[_2_]
external usenet poster
 
Posts: 21
Default Report Footer Error on Page 2+ but shows on first page

leaving the form open works great! why would my query only work on one page?

"Duane Hookom" wrote:

Do you have any code or macro that closes the form?

--
Duane Hookom
Microsoft Access MVP


"Liv" wrote:

there is a form created to open this report. the query the report depends on,
calls on the value in the combo box. I have included this field in the report
header (which works fine), and the footer (which is kind of funky). the
footer shows correctly on the first page, but after the first page it shows
#error?. Why is this?

footer: =[Forms]![Staff Form]![cboStaffName] & "'s Report"

returns: Alana's Report

page 1 shows as it should, while all pages after show error.

  #6  
Old December 1st, 2009, 11:00 PM posted to microsoft.public.access.reports
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Report Footer Error on Page 2+ but shows on first page

The first page may have rendered prior to the form closing.
--
Duane Hookom
Microsoft Access MVP


"Liv" wrote:

leaving the form open works great! why would my query only work on one page?

"Duane Hookom" wrote:

Do you have any code or macro that closes the form?

--
Duane Hookom
Microsoft Access MVP


"Liv" wrote:

there is a form created to open this report. the query the report depends on,
calls on the value in the combo box. I have included this field in the report
header (which works fine), and the footer (which is kind of funky). the
footer shows correctly on the first page, but after the first page it shows
#error?. Why is this?

footer: =[Forms]![Staff Form]![cboStaffName] & "'s Report"

returns: Alana's Report

page 1 shows as it should, while all pages after show error.

  #7  
Old December 1st, 2009, 11:00 PM posted to microsoft.public.access.reports
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Report Footer Error on Page 2+ but shows on first page

The first page may have rendered prior to the form closing.
--
Duane Hookom
Microsoft Access MVP


"Liv" wrote:

leaving the form open works great! why would my query only work on one page?

"Duane Hookom" wrote:

Do you have any code or macro that closes the form?

--
Duane Hookom
Microsoft Access MVP


"Liv" wrote:

there is a form created to open this report. the query the report depends on,
calls on the value in the combo box. I have included this field in the report
header (which works fine), and the footer (which is kind of funky). the
footer shows correctly on the first page, but after the first page it shows
#error?. Why is this?

footer: =[Forms]![Staff Form]![cboStaffName] & "'s Report"

returns: Alana's Report

page 1 shows as it should, while all pages after show error.

  #8  
Old December 1st, 2009, 11:00 PM posted to microsoft.public.access.reports
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Report Footer Error on Page 2+ but shows on first page

The first page may have rendered prior to the form closing.
--
Duane Hookom
Microsoft Access MVP


"Liv" wrote:

leaving the form open works great! why would my query only work on one page?

"Duane Hookom" wrote:

Do you have any code or macro that closes the form?

--
Duane Hookom
Microsoft Access MVP


"Liv" wrote:

there is a form created to open this report. the query the report depends on,
calls on the value in the combo box. I have included this field in the report
header (which works fine), and the footer (which is kind of funky). the
footer shows correctly on the first page, but after the first page it shows
#error?. Why is this?

footer: =[Forms]![Staff Form]![cboStaffName] & "'s Report"

returns: Alana's Report

page 1 shows as it should, while all pages after show error.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:30 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.