Jump to content

Creating multiple field links


ep820

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

Recommended Posts

I have a file that contains names & data on those names. The name is broken up into 3 fields, First Name, Last Name & Middle Initial. I then have other databases that I want to import data to, once the record is matched to all 3 of the fields FN LN & MI. I can only find that I can create a relationship to ONE field. Does anyone know how to create relationship to all 3, so when FN LN & MI match it will bring certain data into the other files?

Link to comment
Share on other sites

quote:

Originally posted by ep820:

I have a file that contains names & data on those names. The name is broken up into 3 fields, First Name, Last Name & Middle Initial. I then have other databases that I want to import data to, once the record is matched to all 3 of the fields FN LN & MI. I can only find that I can create a relationship to ONE field. Does anyone know how to create relationship to all 3, so when FN LN & MI match it will bring certain data into the other files?

Create a calculation field. cFullName = FirstName & " " & Middle Name & " " & Last Name

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

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

Kurt Knippel

Consultant

Database Resources

mailto:[email protected]

http://www.database-resources.com

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

Link to comment
Share on other sites

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