Was it your question which I posted an answer to yesterday and then the thread disappeared?
thread709-351760 [/b][/i][/u]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
I don't believe it was me. I think this is the first time I have posted this question. But I am not looking for the command button to print it, I am just looking for the command button to open it for viewing. Any help would be great. Thank you.
under the above thread you will find code to print or preview a report. [/b][/i][/u]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
Thank you CCLINT , I was able to figure out from that code what I needed. One last question on this subject, how do I get the report and access to open maximized?
I can't answer how to open the app window to max but to open the report to max after
.DoCmd.OpenReport ReportName, lAction
put this on the next line
.DoCmd.Maximized
The only way I can think of that you can get access to the app window state is using the shell command.
Does anyone know of a way to open the app window to max using the above thread's code sample.
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.