PDA

View Full Version : Browser Control Question



Movian
01-08-2010, 10:32 AM
Hi have been looking for a way for a database to automatically fill in portions of a webstie through VBA. I have the browser setup and it automatically goes to the website.

Through my research it appear VB has a command Web browser.document

that can be used to do a whole bunch of things. However this does not appear to be available in Access. Essentially i just want to put the text in three different fields when a button is pressed. Is there another way to do this or is the document option available somewhere?

stanl
01-09-2010, 01:50 PM
I would suggest that you create an IE Application Object and use DHTML to fill the fields. .02 Stan