Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
I have a table contains prjct id,emp id and employee name..etc.. and TABLE 2 with prjct name and employee id
Now i have to link these two tables.based on both project id and EMp id. based on Prjct id it has been linked to other tables .since i need to get the EMployee name in Table 2 i have to link TABLE 1 With TABLE 2.
for some reports to work properly PROJECT ID is also a key between the two.
What can be done..pls suggest..
concatenate both tables
you need to create a concatenate key, for example if you want to link Table 1 and Table 2 based on prjct id and emp id, you need to create a key which is [prjct id] & ' | ' & [emp id] as PrjcEmpID in both tables, you need to have only one link between two tables.
if you post the whole schema it would be easier to tell.
Hi,
Use Outer Join
Regards
hi..
thanks for yur reply,..
But the issue is tht ,there are other tables which is linked to both tables based on project id and emp id...
ok then you need to concatenate some tables in your schema, again i cannot tell unless you share all your schema.
Concatenate both Table