Is it possible to update a table's record when a comparison is made from a field in the previous/next record?
For instance, the table is set up like ...
NAME INV_NBR INV_DATE INV_DIF INV_DATE_DIF
----------------------------------------------------
smith 25266 8/10/02 ? ?
jones 25270 8/11/02 ? ?
jackson 25275 8/15/02 ? ?
I would like to "UPDATE" THE 2 columns with ...
(1) invoice number differential in INV_DIF ... 0, 4, 5
(2) invoice date differental in INV_DATE_DIF ... 0, 1, 4
Help!
For the longest time,Ive been exporting out into excel and subsequently importing back into access to acomplish this.
Can it all be done within access??
For instance, the table is set up like ...
NAME INV_NBR INV_DATE INV_DIF INV_DATE_DIF
----------------------------------------------------
smith 25266 8/10/02 ? ?
jones 25270 8/11/02 ? ?
jackson 25275 8/15/02 ? ?
I would like to "UPDATE" THE 2 columns with ...
(1) invoice number differential in INV_DIF ... 0, 4, 5
(2) invoice date differental in INV_DATE_DIF ... 0, 1, 4
Help!
For the longest time,Ive been exporting out into excel and subsequently importing back into access to acomplish this.
Can it all be done within access??