He everyone, I have a form that I wish to print. I've put a button on the form to print it, but I don't want the button itself to print.
I've done this...
"frmEQLabel.cmdPrintEQLabel.PrintObject = False"
but it errors out, saying that the class or data member "PrintObject" is not found. What am I doing wrong please?
Richard
I've done this...
"frmEQLabel.cmdPrintEQLabel.PrintObject = False"
but it errors out, saying that the class or data member "PrintObject" is not found. What am I doing wrong please?
Richard