Linking two tables

  • Thread starter Thread starter mohd21uk via AccessMonster.com
  • Start date Start date
M

mohd21uk via AccessMonster.com

I have two tables. One of them is called tbl_CATS while the other is called
tbl_Contacts. I have a field called LastName and another Field called
FirstName in tbl_Contacts and I would like to match this with tbl_CATS
Username.

Is there a querythat could do this ?
 
mohd21uk said:
I have two tables. One of them is called tbl_CATS while the other is called
tbl_Contacts. I have a field called LastName and another Field called
FirstName in tbl_Contacts and I would like to match this with tbl_CATS
Username.

Is there a querythat could do this ?


Probably not unless you can guarantee that all people have
unique names (nonsense) and that your users can not make a
mistake when entering the names in to the different tables
(also nonsense).

If you could arrange for a unique identifyer for each person
that would connect the records in a unique way, then it
would just be a matter of Joining the two tables on that
unique identifyer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Usind the Option Group Function 1
Using Check boxes 6
Record with longest entry 1
Three tables to link 4
Every Sunday Between Two Dates 2
Query Help 4
Error# in form using IsNull & Nz 1
Navigation Buttons 1

Back
Top