Thanks Tom,
It worked like a charm.
I added the following lines into the Open logic of the report and the Print option was enabled:
Dim CBarTool As CommandBar
Set CBarTool = CommandBars("File")
CBarTool.Controls("Print...").Enabled = True
Thanks Again,
Carey
What do I need to do to enable or disable the Print option in the File Menu when displaying a report in Preview mode.
Here's what is happening. I am displaying a report with the following code:
DoCmd.OpenReport "rptPictures", acViewPreview, , strWhere
When I go to the File Menu and try to...
Hello,
I am using Visual Studio .Net developing for handhelds. I am coding in VB.
I have bound the fields on the form back to the datatables in the dataset. What I am doing is changing a value in a field and then I want to save the changes back to the database. I am using the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.