Jump to content
Server Maintenance This Week. ×

Not enough Smiths


rvivian

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

Recommended Posts

  • Newbies

Have created a correspondence data base related to a contact data base. The idea is to write letters and get the pertinent address infor from the contact DB. The shared link is "last name". The problem is when I put in a common last name such as "Smith" the correspondence DB only gets the info on the first "Smith" in the contact DB. How do I make it so I have a choice of which "Smith" to use.

Link to comment
Share on other sites

quote:

Originally posted by rvivian:

Have created a correspondence data base related to a contact data base. The idea is to write letters and get the pertinent address infor from the contact DB. The shared link is "last name". The problem is when I put in a common last name such as "Smith" the correspondence DB only gets the info on the first "Smith" in the contact DB. How do I make it so I have a choice of which "Smith" to use.

Relate the records via a ContactID, that is an ID that is UNIQUE to each contact. A simple qay to pick the contactID is via a value list, so that you can show a couple of fields to help determine which contact you want.

------------------

=-=-=-=-=-=-=-=-=-=-=-=-=

Kurt Knippel

Consultant

Database Resources

mailto:[email protected]

http://www.database-resources.com

=-=-=-=-=-=-=-=-=-=-=-=-=

Link to comment
Share on other sites

This topic is 8557 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.