Well, here's my specific situation. I have a table, and the part in question is structured like so:
tblClients (ClientNumber, ClientName, ClientType)
tblClientContacts (ClientNumber, Phone, FirstName, LastName)
The ClientNumber in tblClients is the PK, and I need to join it to...