I have an Access 2010 table with information about my contacts. I would like to show their Facebook profile picture in an Access form. I can store the FB usernames or IDs, and generate a link to the pictures (https :// graph.facebook.com/username/picture?type=large). How can I either store the picture in the table, or have Access fetch and display the picture when the form is opened?
Also, I would like to validate the US postal address of each contact, get the full ZIP code, etc. The USPS site can do this, but I'm not sure how to query the site from Access and get the results back. See the example URL below (which I can easily create within Access, using each address in the table):
Thanks!
Also, I would like to validate the US postal address of each contact, get the full ZIP code, etc. The USPS site can do this, but I'm not sure how to query the site from Access and get the results back. See the example URL below (which I can easily create within Access, using each address in the table):
https :// tools.usps.com/go/ZipLookupResultsAction!input.action?resultMode=0&address1=1600+Pennsylvania+Avenue&city=Washington&state=DC
Thanks!