dbTalk Databases Forums  

Automate Website Data Entry

comp.databases.ms-access comp.databases.ms-access


Discuss Automate Website Data Entry in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
zuckermanf@gmail.com
 
Posts: n/a

Default Automate Website Data Entry - 06-16-2010 , 09:18 AM






I have a table with firstname, lastname, and birthdate and about 20
records. I need to visit a website to look up info on each of these
people. I'm looking for a way to automate the process (at least a
little bit).

The website can only look up people one at a time. The website has
fields for lastname, firstname, middlename, and birthdate. The middle
name is optional. On the website, I can navigate between fields with
the tab key.

I'm looking for a method to read one record from my table, and
possibly use the clipboard to store lastname & vbTab & firstname &
vbTab & vbTab & birthdate. Then I can switch to the website and ctrl+v
to past the data into the fields.

I tried a form with an unbound text control and built the data string
into the text control and loaded it into the clipboard. But when I
switch to the website & paste, it loads the entire string into the 1st
field.

Has anyone got a better technique?
TIA
Fred

Reply With Quote
  #2  
Old   
paii, Ron
 
Posts: n/a

Default Re: Automate Website Data Entry - 06-16-2010 , 09:29 AM






<zuckermanf (AT) gmail (DOT) com> wrote

Quote:
I have a table with firstname, lastname, and birthdate and about 20
records. I need to visit a website to look up info on each of these
people. I'm looking for a way to automate the process (at least a
little bit).

The website can only look up people one at a time. The website has
fields for lastname, firstname, middlename, and birthdate. The middle
name is optional. On the website, I can navigate between fields with
the tab key.

I'm looking for a method to read one record from my table, and
possibly use the clipboard to store lastname & vbTab & firstname &
vbTab & vbTab & birthdate. Then I can switch to the website and ctrl+v
to past the data into the fields.

I tried a form with an unbound text control and built the data string
into the text control and loaded it into the clipboard. But when I
switch to the website & paste, it loads the entire string into the 1st
field.

Has anyone got a better technique?
TIA
Fred
Maybe you can bypass the input form. After submitting the form, take a look
at the address bar for the new page. If it is like Google map, it will be a
long string. Try decoding this string to see it you can submit it directly
to the browser.

Reply With Quote
  #3  
Old   
zuckermanf@gmail.com
 
Posts: n/a

Default Re: Automate Website Data Entry - 06-17-2010 , 01:20 AM



Thanks for the suggestion, Ron. Unfortunately, after entering the
input data, the website does not transition to another webpage.
Instead, the resultant information is displayed on the same web page
by appending it to the bottom of the page. The web page address does
not change. The address ends with the extension of ".aspx" if that
gives you an indication of what language it uses.
Fred



On Jun 16, 7:29*am, "paii, Ron" <n... (AT) no (DOT) com> wrote:
Quote:
zuckerm... (AT) gmail (DOT) com> wrote in message

news:d187fe66-230f-410d-b52a-3e601e5f5fe9 (AT) s6g2000prg (DOT) googlegroups.com...

I have a table with firstname, lastname, and birthdate and about 20
records. I need to visit a website to look up info on each of these
people. I'm looking for a way to automate the process (at least a
little bit).

The website can only look up people one at a time. The website has
fields for lastname, firstname, middlename, and birthdate. The middle
name is optional. On the website, I can navigate between fields with
the tab key.

I'm looking for a method to read one record from my table, and
possibly use the clipboard to store lastname & vbTab & firstname &
vbTab & vbTab & birthdate. Then I can switch to the website and ctrl+v
to past the data into the fields.

I tried a form with an unbound text control and built the data string
into the text control and loaded it into the clipboard. But when I
switch to the website & paste, it loads the entire string into the 1st
field.

Has anyone got a better technique?
TIA
Fred

Maybe you can bypass the input form. After submitting the form, take a look
at the address bar for the new page. If it is like Google map, it will bea
long string. Try decoding this string to see it you can submit it directly
to the browser.- Hide quoted text -

- Show quoted text -

Reply With Quote
  #4  
Old   
paii, Ron
 
Posts: n/a

Default Re: Automate Website Data Entry - 06-17-2010 , 07:03 AM



Sorry to hear that, pulling up a Google or Yahoo map from Access if very
easy. I don't have any suggestions about filling in a HTML form from Access
but I think ".aspx" is a ASP.NET extension.

<zuckermanf (AT) gmail (DOT) com> wrote

Thanks for the suggestion, Ron. Unfortunately, after entering the
input data, the website does not transition to another webpage.
Instead, the resultant information is displayed on the same web page
by appending it to the bottom of the page. The web page address does
not change. The address ends with the extension of ".aspx" if that
gives you an indication of what language it uses.
Fred



On Jun 16, 7:29 am, "paii, Ron" <n... (AT) no (DOT) com> wrote:
Quote:
zuckerm... (AT) gmail (DOT) com> wrote in message

news:d187fe66-230f-410d-b52a-3e601e5f5fe9 (AT) s6g2000prg (DOT) googlegroups.com...

I have a table with firstname, lastname, and birthdate and about 20
records. I need to visit a website to look up info on each of these
people. I'm looking for a way to automate the process (at least a
little bit).

The website can only look up people one at a time. The website has
fields for lastname, firstname, middlename, and birthdate. The middle
name is optional. On the website, I can navigate between fields with
the tab key.

I'm looking for a method to read one record from my table, and
possibly use the clipboard to store lastname & vbTab & firstname &
vbTab & vbTab & birthdate. Then I can switch to the website and ctrl+v
to past the data into the fields.

I tried a form with an unbound text control and built the data string
into the text control and loaded it into the clipboard. But when I
switch to the website & paste, it loads the entire string into the 1st
field.

Has anyone got a better technique?
TIA
Fred

Maybe you can bypass the input form. After submitting the form, take a
look
at the address bar for the new page. If it is like Google map, it will be
a
long string. Try decoding this string to see it you can submit it directly
to the browser.- Hide quoted text -

- Show quoted text -

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.