L 
		
								
				
				
			
		Lisa
Tbl.Address
AddressID (PK)
LName
FName
etc.
Tbl.Client
ClientID (PK)
AddressID (FK)
LName
FName
etc.
I need to create a junction table because these tables have a many to many
relationship. I'm not sure what I did wrong, but when I created the query I
got no results. Any suggestions? Oh, and I wonder about my foreign key.
How does Access know it's supposed to be FK?
Thanks!
				
			AddressID (PK)
LName
FName
etc.
Tbl.Client
ClientID (PK)
AddressID (FK)
LName
FName
etc.
I need to create a junction table because these tables have a many to many
relationship. I'm not sure what I did wrong, but when I created the query I
got no results. Any suggestions? Oh, and I wonder about my foreign key.
How does Access know it's supposed to be FK?
Thanks!