Hi,
I have a simple grid with a 5 field database as the record source. The following code is in the header of each column:
set order to ......
thisform.refresh
The grid changes order as expected, but the record pointer jumps to some other record. How do I keep the record pointer on the same record? (As a test, I tried putting the same code in command buttons, and the record pointer stayed on the same record as I wanted it to.)
Any help or suggestions would be very appreciated.
Thanks, Steve
I have a simple grid with a 5 field database as the record source. The following code is in the header of each column:
set order to ......
thisform.refresh
The grid changes order as expected, but the record pointer jumps to some other record. How do I keep the record pointer on the same record? (As a test, I tried putting the same code in command buttons, and the record pointer stayed on the same record as I wanted it to.)
Any help or suggestions would be very appreciated.
Thanks, Steve