Skip Bisconer
Who Me?
- Local time
- Today, 14:31
- Joined
- Jan 22, 2008
- Messages
- 285
This doesn't make sense to me. These reports are generated from a command button base on a check box. All reports have the same Autoform Trex.
This prints in grey scale from a color printer
If Me.RouteA = True Then
DoCmd.OpenReport "rptDailyOrdersForRouteA", acViewNormal, "", "", acNormal
End If
This prints in color from a color printer
If Me.DriverA = True Then
DoCmd.OpenReport "rptItineraryRouteA", acViewNormal, "", "", acNormal
End If
Thanks for any help you may give me.
This prints in grey scale from a color printer
If Me.RouteA = True Then
DoCmd.OpenReport "rptDailyOrdersForRouteA", acViewNormal, "", "", acNormal
End If
This prints in color from a color printer
If Me.DriverA = True Then
DoCmd.OpenReport "rptItineraryRouteA", acViewNormal, "", "", acNormal
End If
Thanks for any help you may give me.