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  

filter a 1-page report



 
 
Thread Tools Display Modes
  #1  
Old May 24th, 2004, 11:41 PM
Sammy
external usenet poster
 
Posts: n/a
Default filter a 1-page report

I use a form to select the record for a 1-page report
using a command button. The problem is that the 1-page
report prints on 2 pages, and the second page of the
report always has blank data (but headders etc. filled
in.)
Here's the code I use to launch the report preview:

Dim stDocName As String

strCriteria = "[client] = " & Chr(34) & Me!Client &
Chr(34)
DoCmd.OpenReport "WTN Statement", acPreview, ,
strCriteria

Does it have something to do with the preview mode? Can
I specify to print only page 1 in the code?

Thanks!
  #2  
Old May 24th, 2004, 11:52 PM
Sammy
external usenet poster
 
Posts: n/a
Default filter a 1-page report

Please cancel this question. I found a page break in my
report. Sorry!
-----Original Message-----
I use a form to select the record for a 1-page report
using a command button. The problem is that the 1-page
report prints on 2 pages, and the second page of the
report always has blank data (but headders etc. filled
in.)
Here's the code I use to launch the report preview:

Dim stDocName As String

strCriteria = "[client] = " & Chr(34) & Me!Client &
Chr(34)
DoCmd.OpenReport "WTN Statement", acPreview, ,
strCriteria

Does it have something to do with the preview mode? Can
I specify to print only page 1 in the code?

Thanks!
.

 




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 11:27 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.