Thanks for reading me
I am trying to incorporate a button that prints in color the registration of the form in which it is
Everything is fine, but I still need it to be colored, it only prints in black and white
The code I have is this:
Can anybody help me?
I am trying to incorporate a button that prints in color the registration of the form in which it is
Everything is fine, but I still need it to be colored, it only prints in black and white
The code I have is this:
Code:
Dim ID As Long
Dim record As Long
ID = record
DoCmd.PrintOut acSelection, ID, ID
Exit_cmd_PDF_Click:
Exit Sub
End Sub
Can anybody help me?