Hi,
I have two tables lets say table A and Table B..
Table A Fields:
Name
Currency
Income
Table B Fields:
Name
Currency
Credits
I need to return all the rows from both tables and sort of combine them into a new view that would look like..
Table New Fields:
Name
Currency
Income
Credits
The comon fields are Name and Currency... each table has a different number of rows and if name/currency are the same in both tables they should be returned in the same row..
does that make sense?
Any ideas?
I have two tables lets say table A and Table B..
Table A Fields:
Name
Currency
Income
Table B Fields:
Name
Currency
Credits
I need to return all the rows from both tables and sort of combine them into a new view that would look like..
Table New Fields:
Name
Currency
Income
Credits
The comon fields are Name and Currency... each table has a different number of rows and if name/currency are the same in both tables they should be returned in the same row..
does that make sense?
Any ideas?