D
DanBakerUSAF
I have a spreadsheet I am importing and removing unused field and records
automatically. The trouble is my part # field needs to be repeated to blank
fields on the records below. I could use the CTRL ' but this needs to be
done 2-3 times a week and there are over 11,500 records imported each time.
Example of current table view:
Part# Desc QTY UOM
5820 ANT
1 EA
5 EA
9685 BEE
7 EA
3 EA
What I need:
Part# Desc QTY UOM
5820 ANT
5820 1 EA
5820 5 EA
9685 BEE
9685 7 EA
9685 3 EA
This way I could then create a new table for QTY, UOM and a sperate one for
Part# and Desc using the Part# for a relationship. There are many more
fields involved but the part# is the one I need repeated and only repeated
until the next part number in the record, then that one would be repeated.
Anyway this could be done via code, function or whatever either in Access or
Excel would do.
automatically. The trouble is my part # field needs to be repeated to blank
fields on the records below. I could use the CTRL ' but this needs to be
done 2-3 times a week and there are over 11,500 records imported each time.
Example of current table view:
Part# Desc QTY UOM
5820 ANT
1 EA
5 EA
9685 BEE
7 EA
3 EA
What I need:
Part# Desc QTY UOM
5820 ANT
5820 1 EA
5820 5 EA
9685 BEE
9685 7 EA
9685 3 EA
This way I could then create a new table for QTY, UOM and a sperate one for
Part# and Desc using the Part# for a relationship. There are many more
fields involved but the part# is the one I need repeated and only repeated
until the next part number in the record, then that one would be repeated.
Anyway this could be done via code, function or whatever either in Access or
Excel would do.