penguinspeaks
Technical User
Hey gang. it's bam again.
I have 2 table in acces DB. one called USA_team and one called world_team. I want to join the tables so that the usa players will line up agains the world players. and only selecting the top 16 of each. so the output result would look like this.
USA world
a e
b f
b g
d h
what I am doing is setting up a Ryder cup style match between 2 teams. Now, I could do this another way, that I think mught be easier. I could have all the names in one table, and have a team column that would be usa or world. If I did it this way, how can i make 2 different columns from the same table. I tried different joins and unions, but couldn't get any to work.
Any ideas on either?
Bam
I have 2 table in acces DB. one called USA_team and one called world_team. I want to join the tables so that the usa players will line up agains the world players. and only selecting the top 16 of each. so the output result would look like this.
USA world
a e
b f
b g
d h
what I am doing is setting up a Ryder cup style match between 2 teams. Now, I could do this another way, that I think mught be easier. I could have all the names in one table, and have a team column that would be usa or world. If I did it this way, how can i make 2 different columns from the same table. I tried different joins and unions, but couldn't get any to work.
Any ideas on either?
Bam