Newbies mlpsta Posted January 25, 2010 Newbies Posted January 25, 2010 (edited) 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 January 25, 2010 by Guest
mr_vodka Posted January 26, 2010 Posted January 26, 2010 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
Recommended Posts
This topic is 5471 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 accountSign in
Already have an account? Sign in here.
Sign In Now