Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Access only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
Access
access printer settings
access printer settings
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
alritedonthaveacow
New Member
Join Date:
Jul 2007
Posts:
4
#1
access printer settings
Jul 20 '07, 07:55 AM
hi
im using access 2003 and i want to know how to set a specific paper size
thanks
ADezii
Recognized Expert
Expert
Join Date:
Apr 2006
Posts:
8834
#2
Jul 22 '07, 02:10 AM
Originally posted by
alritedonthavea cow
hi
im using access 2003 and i want to know how to set a specific paper size
thanks
The following code will set the Paper Size setting for frmEmployees to Letter.
[CODE=vb]DoCmd.OpenForm "frmEmploye es", acDesign, , , acFormEdit, acHidden
Forms!frmEmploy ees.Printer.Pap erSize = acPRPSLetter
DoCmd.Close acForm, "frmEmploye es", acSaveYes[/CODE]
Here is a listing of Paper Size Constants. You can reference their values in the Object Browser:
[CODE=text]
acPRPS10x14
acPRPS11x17
acPRPSA3
acPRPSA4
acPRPSA4Small
acPRPSA5
acPRPSB4
acPRPSB5
acPRPSCSheet
acPRPSDSheet
acPRPSEnv10
acPRPSEnv11
acPRPSEnv12
acPRPSEnv14
acPRPSEnv9
acPRPSEnvB4
acPRPSEnvB5
acPRPSEnvB6
acPRPSEnvC3
acPRPSEnvC4
acPRPSEnvC5
acPRPSEnvC6
acPRPSEnvC65
acPRPSEnvDL
acPRPSEnvItaly
acPRPSEnvMonarc h
acPRPSEnvPerson al
acPRPSESheet
acPRPSExecutive
acPRPSFanfoldLg lGerman
acPRPSFanfoldSt dGerman
acPRPSFanfoldUS
acPRPSFolio
acPRPSLedger
acPRPSLegal
acPRPSLetter
acPRPSLetterSma ll
acPRPSNote
acPRPSQuarto
acPRPSStatement
acPRPSTabloid
acPRPSUser [/CODE]
Comment
Post
Cancel
abolos
New Member
Join Date:
Apr 2007
Posts:
65
#3
Jul 23 '07, 08:21 AM
Originally posted by
alritedonthavea cow
hi
im using access 2003 and i want to know how to set a specific paper size
thanks
If you are printing a report then right-click the report and select Page Setup. Then choose the paper size that you want.
Abolos
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment