AlastairOz
Technical User
I am using a SQL select into a temporary cursor.
The results are then displayed in a grid.
This works fine, I can add records to the table and see the new record in the grid after TABLEUPDATE.
I set the record source of a text box to the cursor.fieldname and see the records changing in the text box when scrolling up or down the grid.
All I need to do now is be able to edit the current selected record in the grid.
something like:
Select record in cursor that = current record pointer position in cursor, update (or replace) fields with values from textboxes.
Can this be done?
If so I will have nailed my grid!
Thanks
Alastair
The results are then displayed in a grid.
This works fine, I can add records to the table and see the new record in the grid after TABLEUPDATE.
I set the record source of a text box to the cursor.fieldname and see the records changing in the text box when scrolling up or down the grid.
All I need to do now is be able to edit the current selected record in the grid.
something like:
Select record in cursor that = current record pointer position in cursor, update (or replace) fields with values from textboxes.
Can this be done?
If so I will have nailed my grid!
Thanks
Alastair