Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FILL EXPLORER HTML FORMS AUTOMATICALLY?

Status
Not open for further replies.

franksirvent

Programmer
Joined
Mar 8, 2002
Messages
358
Location
GB
Hi there,
I have a database with 10 fields shown on an Access form which I would like to automatically 'transfer' to 10 fields on an Internet site.

The problem is that I don't know (in code) how to 'call' the Internet Window (which is opened) and, using the TAB code (I assume) go one by one of the fields.

Can anyone help?

thanks in advance
 
are you saying to want to display data from a table on a web page? you'll have to use a DAP (Data Access Page).

Leslie

Anything worth doing is a lot more difficult than it's worth - Unknown Induhvidual

Essential reading for anyone working with databases:
The Fundamentals of Relational Database Design
Understanding SQL Joi
 
franksirvent,
You might be interested in this thread, it has a xhell for how to open a webpage in IE and then fill out some form fields on that page. Microsoft: Access Modules (VBA Coding) Forum: On Error won't work for Loop Code pasting Info on Internet

Hope this helps,
CMP

[small]For the best results do what I'm thinking, not what I'm saying.[/small]
(GMT-07:00) Mountain Time (US & Canada)
 
thanks CautionMP

That's exactly what I was looking for !

thanks again !

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top