T
terry
I would like to set the report page margins on print to .25
here is the code for the print button I am using it uses the current record
log
Dim StrWhere As String
StrWhere = "[LOG]= """ & Me!Log & """"
DoCmd.OpenReport "DELIVERY ORDER", acViewPreview, , StrWhere
DoCmd.PrintOut acPages, 1, 1
DoCmd.Close acReport, "DELIVERY ORDER"
here is the code for the print button I am using it uses the current record
log
Dim StrWhere As String
StrWhere = "[LOG]= """ & Me!Log & """"
DoCmd.OpenReport "DELIVERY ORDER", acViewPreview, , StrWhere
DoCmd.PrintOut acPages, 1, 1
DoCmd.Close acReport, "DELIVERY ORDER"