Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Macros / August 2004

Tip: Looking for answers? Try searching our database.

Need macro to print each page as a different print job.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Karen Schneider - 26 Aug 2004 20:39 GMT
I have a document with embedded codes to send to my fax server.  The
problem is that I have to send each page separately.  In Word I can do
this as follows:

Public Sub MAIN()
 Dim TotalSec, i, F$
 WordBasic.EndOfDocument
 TotalSec = WordBasic.SelInfo(2) - 1
 For i = 1 To TotalSec
         F$ = "S" + Str(i)
         WordBasic.FilePrint
Type:=0,NumCopies:=1,Range:=3,From:=F$,To:=F$
 Next i
End Sub

I am not a programmer and would like to translate this to access
somehow.  I know I won't have separate sections, but is there some way
to do this.

Thanks,

Karen
??? - 27 Aug 2004 05:14 GMT
> I have a document with embedded codes to send to my fax server.  The
> problem is that I have to send each page separately.  In Word I can do
[quoted text clipped - 18 lines]
>
> Karen
??? - 27 Aug 2004 05:14 GMT
> I have a document with embedded codes to send to my fax server.  The
> problem is that I have to send each page separately.  In Word I can do
[quoted text clipped - 18 lines]
>
> Karen
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.