LittleNick
Technical User
Hi,
I have two tables tblData1 and tblData2 with 3 columns Id, First, Last, on both. tbldata1 is the full table and tbldata2 consist of selected records of tbldata1. Now I need to filter all the data out in tblData1 that are in tblData2. for ex:
tbl1 tbl2
1 3
2 5
3
4
5
I need to have a query or view that return tbl1 as
tbl1
1
2
4
Thanks for help
I have two tables tblData1 and tblData2 with 3 columns Id, First, Last, on both. tbldata1 is the full table and tbldata2 consist of selected records of tbldata1. Now I need to filter all the data out in tblData1 that are in tblData2. for ex:
tbl1 tbl2
1 3
2 5
3
4
5
I need to have a query or view that return tbl1 as
tbl1
1
2
4
Thanks for help