Hi All..
I have a huge table that came from several tables with some of the same information. Now I need to clean it all up so it's nice and pretty and remove all duplicates. To do that I first have to populate the "Serial Number" column completely... some of the tables were missing the # but other fields will help populate that number.
Let's say this is my table:
Serial# Test# Test Date
(BLANK) 12345 4/13/2005
(BLANK) 12345 1/18/2005
K777475 12345 4/13/2005
How do I populate the BLANK field with the "Serial#" that has the same "Test#" and "Test Date"?
Thank you for your help.. I have a lot of cleaning up to do :\
-Tiffany
-TJones
I have a huge table that came from several tables with some of the same information. Now I need to clean it all up so it's nice and pretty and remove all duplicates. To do that I first have to populate the "Serial Number" column completely... some of the tables were missing the # but other fields will help populate that number.
Let's say this is my table:
Serial# Test# Test Date
(BLANK) 12345 4/13/2005
(BLANK) 12345 1/18/2005
K777475 12345 4/13/2005
How do I populate the BLANK field with the "Serial#" that has the same "Test#" and "Test Date"?
Thank you for your help.. I have a lot of cleaning up to do :\
-Tiffany
-TJones