S
smilecry
Try to auto fill in a web form using web broswer control in Access
2000.
Is it possible?
With VB, somebody suggested using
With Form1.WebBrowser1.Document.Forms("Loginfrm")
.userid = "hJohnc"
.PW="changeme"
.submit
End With
But the code does not work under VBA.
Thanks.
2000.
Is it possible?
With VB, somebody suggested using
With Form1.WebBrowser1.Document.Forms("Loginfrm")
.userid = "hJohnc"
.PW="changeme"
.submit
End With
But the code does not work under VBA.
Thanks.