G
Guest
Hello
I've inherited a database and am trying to clean it up. My current issue is with the way entry were made.
For instance instead of making multiple entries ( 1 per part number) they previously would on occasion enter multiple part number together. Please not that multiple entries where not always made. The table is a mix and mash of data entries
Exampl
Part Number Descriptio
*****************
11588, 11589, 11590, 11591, 11592, 11593, 11700, 11701, 11702 ZEBRA HEAD FRONT, ZEBRA HEAD BACK, ..
The example above is one entr
Where they simply listed all the entries on one line instead of creating seperate entries
My question is, is there a way of creating a query that will seperate (create a table) the info
I want as a final product
Exampl
Part Number Descriptio
*****************
11588 ZEBRA HEAD FRON
11589 ZEBRA HEAD BAC
11590 ZEBRA HEAD BAS
and so o
Thank you Daniel
I've inherited a database and am trying to clean it up. My current issue is with the way entry were made.
For instance instead of making multiple entries ( 1 per part number) they previously would on occasion enter multiple part number together. Please not that multiple entries where not always made. The table is a mix and mash of data entries
Exampl
Part Number Descriptio
*****************
11588, 11589, 11590, 11591, 11592, 11593, 11700, 11701, 11702 ZEBRA HEAD FRONT, ZEBRA HEAD BACK, ..
The example above is one entr
Where they simply listed all the entries on one line instead of creating seperate entries
My question is, is there a way of creating a query that will seperate (create a table) the info
I want as a final product
Exampl
Part Number Descriptio
*****************
11588 ZEBRA HEAD FRON
11589 ZEBRA HEAD BAC
11590 ZEBRA HEAD BAS
and so o
Thank you Daniel