M
Markf
I’ve just imported a bunch of records and am trying to cleanup the data. Here
is an example of what the table looks like:
ID SKU Fruit Status Location
--------------------------------------------------------------------------
1 922968 Apple In RF
2 924626 Orange In JF
3 Grape
4 Cherry
5 924630 Apple Out RF
6 Grape
7 924631 Orange Out RF
8 925178 Banana In RF
9 Cherry
10 Orange
11 Grape
12 925203 Orange Out JF
13 Cherry
14 926348 Apple Out JF
The records that have no data other than ‘Fruit’ are part of the previous
record but just were outputted on a separate line. The ID field Access added
as a key.
Is there any way to take the previous SKU and fill down the next null SKUs
or optimally output to a separate related Fruit table?
Thanks!
Mark
is an example of what the table looks like:
ID SKU Fruit Status Location
--------------------------------------------------------------------------
1 922968 Apple In RF
2 924626 Orange In JF
3 Grape
4 Cherry
5 924630 Apple Out RF
6 Grape
7 924631 Orange Out RF
8 925178 Banana In RF
9 Cherry
10 Orange
11 Grape
12 925203 Orange Out JF
13 Cherry
14 926348 Apple Out JF
The records that have no data other than ‘Fruit’ are part of the previous
record but just were outputted on a separate line. The ID field Access added
as a key.
Is there any way to take the previous SKU and fill down the next null SKUs
or optimally output to a separate related Fruit table?
Thanks!
Mark