Finding a phone number with just the address on Microsoft Access?
I was told that you can find a phone number with just the address with Microsoft Access. I have never used this software before, so I was just wondering if it was true. And if so, how would you proceed?
There’s really many ways to do it. I’d have a table with all of the relative contact information I needed to track (ex: name, address, city, state, zip, phone number). And then I would create a form to input this data into the table. I’d have a separate button on my form I’d use to search for data I needed (such as the phone number) by way of a query that would access the table.
February 8th, 2010 at 12:05 pm
There’s really many ways to do it. I’d have a table with all of the relative contact information I needed to track (ex: name, address, city, state, zip, phone number). And then I would create a form to input this data into the table. I’d have a separate button on my form I’d use to search for data I needed (such as the phone number) by way of a query that would access the table.
References :
February 8th, 2010 at 12:21 pm
Once you have entered the person’s address and phone details, all you need to do is search for the address in a query and the query can return the phone number.
References :