Hi Duane
I have the following tabl
Part number Description Test Objective Defect Classificatio
************************************************************************
00001 drop the part elevation 30".. .... .... ....
00001 impact Test drop a 25lb... .... .... ...
00001 color abrasion... ... .... .... ...
00002 light emission ... ..... ...... ...
00002 another test ... .... ........ .....
00003 yet another test ...
Now let me explain a little. Each part can have a multitude of criteria entered but will never have the same description twice for an individual part number. Although the same description will occur of different part numbers. Therefore I thought that the counter needed to be linked to the description column of my table. The .... are any text input by the user, and may be the same as for other criterion (not necessarily unioque). The only unique field (for each part number) is the description field
Also, this table houses all of the criterion for all of my part and I use a query to link this table to a secondary table which permits me to filter for only the parts that relate to one specific project (but I don't beleive this has much impact for what I am trying to do)
Here is an example of what I would like as a resul
Part number Description Test Objective Defect Classificatio
************************************************************************
00001-1 drop the part elevation 30".. .... .... ....
00001-2 impact Test drop a 25lb... .... .... ...
00001-3 color abrasion... ... .... .... ...
00002-1 light emission ... ..... ...... ...
00002-2 another test ... .... ........ .....
00003-1 yet another test ...
Thanks for your help
Daniel