473,396 Members | 1,918 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Reverse page printing

5
How do i use reverse page printing
Jul 21 '16 #1
3 1163
zmbd
5,501 Expert Mod 4TB
AFAIK: this is not really an option within Access.
There are some real kludge workarounds using the sendkeys method; however, they are dodgy at best. Your best bet is to see if this is an option with your printer. Mine at home doesn't have this option; however, several of the printers at work have this option; however, I've never had the need to do this type of printing :-)

Two thoughts, neither of them have I tried myself, if the printer properties isn't an option for you:
a reverse sort order on the underlying record set. This may not be what you desire if the report and page headers are setup.

Another option would be a loop using the
DoCmd.PrintOut Method (reference). Open the report in preview (or hidden) assign the report as an object and then use the page count property to return the number of pages in the report. Once again, I don't know how this will work with page and report headers. I would hope that once opened the report would be properly formatted; however, that may not be the case with very complex reports or reports that have VBA behind them.

Just out of curiosity, why do you need the pages in reverse order?
Jul 22 '16 #2
auhom
5
I have to print both pages, Everytime i print the front page i have to turn over the pages for printing
Jul 22 '16 #3
zmbd
5,501 Expert Mod 4TB
Manual duplex printing.
AFIK: there's no easy way to do this in access
Jul 22 '16 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Jody Gelowitz | last post by:
I am having a problem with printing selected pages. Actually, the problem isn't with printing selected pages as it is more to do with having blank pages print for those pages that have not been...
0
by: MSDev | last post by:
Hi all, I have a project in C# where I am using the PrintDocument class to automate the printing of a pdf document. Now my requirement is silently printing the document. So I had to remove the...
0
by: Nigel | last post by:
I successfully create a .NET Component (Visual Basic .NET) that would print, unfortunately when used within a web browser it appears that .NET security doesn't allow you to run code that interacts...
1
by: Dave Bartlett | last post by:
Hello, When we print a page containing a datagrid, the first page prints fine, but all subsequent pages are printed without table / cell borders i.e. the data is just floating on the page. Is...
0
by: John A Grandy | last post by:
for asp.net web-forms meant to be printed : apparently, a style="POSITION: ABSOLUTE" panel (asp.net renders this as an html div element) *following* a page-break does not absolutely position the...
3
by: islay | last post by:
Hello, I'm trying to print more than one page using the PrintDocument object. I set "e.HasMorePages = True" after completeing the first page in the "PrintDocument1_PrintPage" subroutine, and...
3
by: Richard MSL | last post by:
I have an application that prints documents that it creates. It uses what I believe is a standard .NET way of doing so, like this: PrintDocument pd = new PrintDocument(); pd.PrintPage += new...
2
by: ruca | last post by:
I have this problem with DataGrid printing. I have a page which contains only DataGrid. When i try to print the page, only 1st page contains the verticle and horizontal lines of the grid. The...
2
by: rlntemp-gng | last post by:
Re: Access 2003 My client has a printer that can print single-sided or double-sided. The default settings for this printer in Windows is double-sided printing for the bulk of their work. ...
0
it0ny
by: it0ny | last post by:
Hi guys, thanks I am fairly new to this forum so I hope I chose the right place to post this question. I try to make my program printout a deposit's report. I created a class to store the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.