WayneWatkins
Mechanical
- Jun 25, 2008
- 25
I've got a parts list with a number of bolts and washers of various sizes that I pulled from a library of fasteners. Initially, the parts list will combine all of the like items because, no matter the size, the "Name" of these parts is something like "FSN-FAM_HEX_NUT"
I usually get around this by changing text in the cell from <W$=@DB_PART_NAME> to <W$=@DB_PART_NO>, which separates the different sizes because the sizes are built into that field in the DB (i.e. FSN_HEX_BOLT_3-4_X_2_1-2).
The problem I'm having now is that my parts list is in it's final configuration and I would like to change all of the descriptions to something like "HEX BOLT," but I can't manage to keep the parts separated.
I usually get around this by changing text in the cell from <W$=@DB_PART_NAME> to <W$=@DB_PART_NO>, which separates the different sizes because the sizes are built into that field in the DB (i.e. FSN_HEX_BOLT_3-4_X_2_1-2).
The problem I'm having now is that my parts list is in it's final configuration and I would like to change all of the descriptions to something like "HEX BOLT," but I can't manage to keep the parts separated.