Hi,
I am using MS-Access 2010 and added a Web Browser Control to a form to show files of a specified folder.
The web browser seems to default to a thumbnail view, so to change it to a Detailed View I try to use the following VBA porperty:
WebBrowser1.Document
However, "Document" does not show as a property of my webbrowser so I am lost.
Any help, please? Thanks.
I am using MS-Access 2010 and added a Web Browser Control to a form to show files of a specified folder.
The web browser seems to default to a thumbnail view, so to change it to a Detailed View I try to use the following VBA porperty:
WebBrowser1.Document
However, "Document" does not show as a property of my webbrowser so I am lost.
Any help, please? Thanks.