Jump to content

load details from whitepages.com


mlpsta

This topic is 5224 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

maybe someone can help me on this "problem"

I have a contact database ...

and I want to include the whitepages.com funtions for looking

up phonenumbers and to verify addresses ...

instead of typing everthing into the website I

want to automate it with FM this is the "query"

I have .... the red part is the name of the

respective fields

but I

always get an OOOPS ........

"http://www.whitepages.com/search/FindPerson?firstname_begins_with=1&/*firstname=*/ [color:red]Contacts::First Name & /*name=*/

[color:red]Contacts::Last Name & /*where=*/ [color:red]Contacts::City 1%2C+[color:red]Contacts::State

1"

Edited by Guest
Link to comment
Share on other sites

How about something like:

"http://www.whitepages.com/search/FindPerson?firstname_begins_with=1&firstname=" &

Contacts::First Name &

"&name=" & Contacts::Last Name &

"&where=" & Contacts::City &

",+" & Contacts::State

Link to comment
Share on other sites

This topic is 5224 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.