T
tang lk
If i have 2 tables as follow:
Table1
Name Id
John 10
Mary 11
William 13
Table2
Name 2ndId
John B2
Mary B1
Peter A3
I would like to have a join result as follow:
Name Id 2ndId
John 10 B2
Mary 11 B1
William 13
Peter A3
How to do it in Access Query?
regards
Table1
Name Id
John 10
Mary 11
William 13
Table2
Name 2ndId
John B2
Mary B1
Peter A3
I would like to have a join result as follow:
Name Id 2ndId
John 10 B2
Mary 11 B1
William 13
Peter A3
How to do it in Access Query?
regards