Hello,
I'm doing a program with an Access database connection. The data of the database is displayed in a MSFlexGrid. There is a form, under the MSFlexGrid, where, after clicking on "Create entry", the information is entered to add a new entry into the database. There is also an "Edit" buttom, and that's the one I can't get working.
Basically, I would like to do the following:
-the user selects the entry on the MSFlexGrid
-the user clicks on "Edit Entry"
-the fields of the entry would appear on the form
-the info would be saved when the user clicks "Save"
Can anyone help me?
Thanks.