Form access populates internet asp form

A

Aaron

Couldn't find an answer to this one...

Currently, for a specific record, users must enter this records details in a
form in Access, and also post that record onto a third-party java-based form.
To reduce data-entry, is there a way for a user to populate the fields in
the Access form, and then send that data to the internet-form and submit the
record automatically?
Basically, filling in the "<input name"FIELDVALUE"> section of the
internet-form automatically.

Any help is appreciated.
 
M

MacDermott

I've done this sort of thing mostly using SendKeys, but of course that can
break down if the Java form gets changed at all...
 
Top