michaelbrux
New Member
- Joined
- Oct 16, 2012
- Messages
- 5
I have two tables and I can't seen to figure out how to join the tables and get the information I want. I have a master list of all users with their computer names and list of users who need software added. I need to make a 3rd table with all the users who need software added and include their computer name.
[TABLE="width: 500"]
<tbody>[TR]
[TD]User[/TD]
[TD]Computer Name[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]Alpha[/TD]
[/TR]
[TR]
[TD]Frank[/TD]
[TD]Big[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Photon[/TD]
[/TR]
[TR]
[TD]Alice[/TD]
[TD]Jumbo[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]User[/TD]
[TD]Add Software[/TD]
[/TR]
[TR]
[TD]Frank[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]Yes[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]User[/TD]
[TD]Computer Name[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]Alpha[/TD]
[/TR]
[TR]
[TD]Frank[/TD]
[TD]Big[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]Photon[/TD]
[/TR]
[TR]
[TD]Alice[/TD]
[TD]Jumbo[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]User[/TD]
[TD]Add Software[/TD]
[/TR]
[TR]
[TD]Frank[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]Yes[/TD]
[/TR]
</tbody>[/TABLE]