Connecting Tech Pros Worldwide Help | Site Map

LINK TWO TABLE WITH QUERY

  #1  
Old September 4th, 2006, 01:45 AM
leen
Guest
 
Posts: n/a
hola..
hi..i got a problem..i have make a query for a table..the problem is..i
want to add a field from another table(i mean different table from the
table that i make the query)...but the table did not have the same
key...how can i link the two table???i have try to make a key..but it
doesnt work..is there another soluton for that???anyone can help???

  #2  
Old September 4th, 2006, 03:45 AM
pietlinden@hotmail.com
Guest
 
Posts: n/a

re: LINK TWO TABLE WITH QUERY


(no need to shout... we can hear ya fine)
if you have two tables with no fields with values and types in common,
then you're stuck. Take a look at Northwind. the fields you join in a
query don't have to have the same name, but they need to share values
and types. Otherwise, how do you know which records in one table
belong to another? Could you post an abbreviated version of your table
structures that you're trying to query? (and the field types)

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Link two dropdowns so the second dropdown can use sql query zion4ever answers 4 August 13th, 2008 01:31 AM
Need Help with Query DavidPr answers 4 March 28th, 2008 06:57 AM
Trying to figure out how to link two controls Henry answers 1 November 17th, 2005 12:58 PM
Delete Query-Identifying the table with records for deletion John Baker answers 4 November 12th, 2005 06:37 PM