Rick Stanich
King and Supreme Ruler
- Local time
- Today, 11:40
- Joined
- May 13, 2009
- Messages
- 93
Back to your CMM data. I don't see where the data in the spreadsheet tells what piece the data is tied to. Is all the data associated with 1 piece?
Very good question. Yes the data is associated with one serial number or one piece. The file name maintains the definitions of the data such as Part Number, Operation, Job Number and Serial Number.
"4502730-135 32225-1 090408 M6.xls"
My intentions are to extract the data from the file name during the Excel formatting process or Access importing process.
I think I see a simpler solution to data processing. Each characteristic has an associated number (Bubble Number) like "#100" or "B#99". If there are multiples then the number would be like this "#100-1", "#100-2", Etc or "B#99-1", "B#399-2", Etc. There are also decimal formatted numbers like "#123.1" or "#125.1-1". Never any duplicates unless I make mistakes.

In the file you linked you see data in column B like this "TA(#89-1,2F3)", you can see where I can extract the number as defined above.
Reviewing the excel workbook you created, I see the import method is better than what I used. This method is more linear in data location. This should mean I dont need the data in Column A at all and can be deleted or ignored. Column C can be deleted or ignored as well. As long as I have the native CMM file I dont care what I do to the excel file.
Will this reduce the number of tables required?