MichaelWaimauku
Registered User.
- Local time
- Tomorrow, 04:40
- Joined
- Dec 6, 2012
- Messages
- 57
Hi
I have a pivot chart on a form and have put a button on it. The code to make the button invisible on click:
I want to be able to print the form and with it printing in colour. If I put DoCmd.PrintOut, it prints in b&w only. Any help would be appreciated
I have a pivot chart on a form and have put a button on it. The code to make the button invisible on click:
Code:
[Supplier Issues per Month Query].SetFocus
Command1.Visible = False
I want to be able to print the form and with it printing in colour. If I put DoCmd.PrintOut, it prints in b&w only. Any help would be appreciated