Hello,

I have a database with street addresses in it. I built a program that submits the addresses to whitepages.com. Then I added some code to get the phone number from whitepages.com and put it in a text box. Now I need to save that to the access database. In my data base there are 7 columns. One for address,city,state,zip,name,phone #,auto number. I need to save the phone number in the phone # column in the same row as the address that was used to retrieve it from whitepages.com. So if the phone # is (222)333-4444 then I don't want that to be stored in a new row (so far that is the only way I have found to do it).

I would appreciate your help very much