Hi people,
I'm using VB6/SP5, ADODB, Access2000.
Here's a strange problem...I have a DataGrid (bound to an ADODB data control) which displays the line items from a specific invoice. It works fine displaying my data...but the items are displayed in reverse order compared to the table from which the data comes. That is...the last item is listed first, then the second last item is second, etc.
I've tried changing the table structure to no avail. I've also tried various ascending and descending sorts. It seems the data is being read from the bottom up regardless of how Access has the data stored?!?!?
Do I have to load the DataGrid through code somehow? This seems so awkward since the grid does such a nice job otherwise. Please! Help! Just point me in the right direction. (I just know there's some stupid detail I've missed)
Of all the things I've lost, I miss my mind the most!
Sideman
I'm using VB6/SP5, ADODB, Access2000.
Here's a strange problem...I have a DataGrid (bound to an ADODB data control) which displays the line items from a specific invoice. It works fine displaying my data...but the items are displayed in reverse order compared to the table from which the data comes. That is...the last item is listed first, then the second last item is second, etc.
I've tried changing the table structure to no avail. I've also tried various ascending and descending sorts. It seems the data is being read from the bottom up regardless of how Access has the data stored?!?!?
Do I have to load the DataGrid through code somehow? This seems so awkward since the grid does such a nice job otherwise. Please! Help! Just point me in the right direction. (I just know there's some stupid detail I've missed)
Of all the things I've lost, I miss my mind the most!
Sideman