I am working on a tool, where the users can create & edit records.
The back end database is MSAccess and the front end application is VB6 Form(Multi User).
The data is updated in msflexgrid in the form.
The user double clicks a record for editing and a frame is visibled with the required text box and combobox for editing, after doing the changes user clicks the save button, then data gets udated in msaccess table and the data in the grid is refreshed from msaccess table.
After clicking the save button the frame is still visible for editing.
Now the problem starts for me is
i want to select that particular record after the Grid is refreshed.
The back end database is MSAccess and the front end application is VB6 Form(Multi User).
The data is updated in msflexgrid in the form.
The user double clicks a record for editing and a frame is visibled with the required text box and combobox for editing, after doing the changes user clicks the save button, then data gets udated in msaccess table and the data in the grid is refreshed from msaccess table.
After clicking the save button the frame is still visible for editing.
Now the problem starts for me is
i want to select that particular record after the Grid is refreshed.