how i can add or create html page in my access application?
|
|
0
|
|
|
|
Reply
|
Utf
|
2/7/2010 5:35:01 PM |
|
There's an ActiveX control that allows you to insert a web browser onto a
form as a control. However, I've never used it. What exactly are you trying
to do? Access is fully capable of opening a web browser and navigating to a
specific page when a hyperlink is followed.
"zizou" <zizou@discussions.microsoft.com> wrote in message
news:FE4E938E-7395-49FD-935A-F86982644379@microsoft.com...
> how i can add or create html page in my access application?
|
|
0
|
|
|
|
Reply
|
David
|
2/7/2010 7:07:46 PM
|
|
There are also some third party html editor controls.
http://www.google.com/#hl=en&source=hp&q=html+activex+control&rlz=1W1GGHP_en&aq=0&aqi=g1g-c1g1g-c2&oq=html+activex+&fp=baa94940edcea411
I believe the one by nBit is fairly popular and inexpensive.
html files are simple text files so you can create them by writing to a text
file and putting in the proper html syntax. Of course in general they need
to be put on a web server.
Mark
RPT Software
http://www.rptsoftware.com
"zizou" <zizou@discussions.microsoft.com> wrote in message
news:FE4E938E-7395-49FD-935A-F86982644379@microsoft.com...
> how i can add or create html page in my access application?
|
|
0
|
|
|
|
Reply
|
Mark
|
2/8/2010 8:28:39 PM
|
|