C
ccostas
Hi
I have a table with 2 columns: Name and group
Name Group
John 1
Dan 2
Ron 2
Jenny 1
Jil 1
How do I make two new tables from the original one based on the group ie.
one table should contain only the names from group 1 and the other from
group 2.
Of course my real table consists of hundreds of entries
Many thanks
I have a table with 2 columns: Name and group
Name Group
John 1
Dan 2
Ron 2
Jenny 1
Jil 1
How do I make two new tables from the original one based on the group ie.
one table should contain only the names from group 1 and the other from
group 2.
Of course my real table consists of hundreds of entries
Many thanks