Possible to access to web elements opened in web browser control Access 2000?

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.
 
Top