Is there a way to add a brwoser, i.e., Internet Explorer, as a control on an Access Form. I know through an ActiveX control I can add a program like Microsoft Mappoint and attach it to a table in Access. Can this be done with IE?
Uh, sorry, I assumed that the question did not involve how to insert the control.
To insert the control, have your form in design view, click on the insert menu, then Insert ActiveX Control, scroll down to MS WebBrowser, click OK. Make sure you size it properly before you save the form or it wil NOT resize later.
with my code listed below:
--------------------------
Private Sub txtMap_Click()
Dim strPrefix As String, strZip As String, strSuffix As String
strPrefix = "
I combined the 2 pieces of code ok, but decided to use the MS WebBrowser activeX module instead.
Do you know how I can add my variables ...?
-----------------------------------------
Private Sub txtMap_Click()
Dim strPrefix As String, strAddress As String, strCityPrefix, strStatePrefix As String, strCity As String, strState As String, strZipPrefix As String, strZip As String, strSuffix As String
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.