B
Bernie Yaeger
I have a table with items, perhaps 500 or so. Inside each item is the
monthly price running approx 36 months. I want to loop through the table to
get only months where the price changed for each item. So, if item a had a
price of 12.95 jan 2001 and 12.95 feb 2001 but 13.95 mar 2001, I only want
that row; however if apr 2001 was 13.95 and may 2001 was 13.50, I also want
may 2001, as there was a price change in that month also.
Any ideas how to put these into datatables or dataviews and then loop
through them to find this info?
Tx for any help.
Bernie Yaeger
monthly price running approx 36 months. I want to loop through the table to
get only months where the price changed for each item. So, if item a had a
price of 12.95 jan 2001 and 12.95 feb 2001 but 13.95 mar 2001, I only want
that row; however if apr 2001 was 13.95 and may 2001 was 13.50, I also want
may 2001, as there was a price change in that month also.
Any ideas how to put these into datatables or dataviews and then loop
through them to find this info?
Tx for any help.
Bernie Yaeger