wabtrainer
IS-IT--Management
I have a database with loads of forms and i have a custom menu with print functions.
I want to disable the buttons unless a report is open.
At the moment I would have to put:
CommandBars("CAT").Controls("File").Controls("&Print...").Enabled = False
CommandBars("CAT").Controls("File").Controls("Print Pre&view").Enabled = False
on each form.
There must be an easier way!
Any ideas?
If you want to be a bear:
Be a Grizzly!
I want to disable the buttons unless a report is open.
At the moment I would have to put:
CommandBars("CAT").Controls("File").Controls("&Print...").Enabled = False
CommandBars("CAT").Controls("File").Controls("Print Pre&view").Enabled = False
on each form.
There must be an easier way!
Any ideas?
If you want to be a bear:
Be a Grizzly!