Hello everybody.
I wrote this code to add the data to Msflexgrid ....
But I want to transfer data from Msflexgrid to database ACCESS ???
=============== =============== =============== ======
Dim intRow As Integer
For intRow = Msf.Rows - 1 To row Step 1
Next
Msf.TextMatrix( intRow - 1, 1) = Text1.Text
Msf.TextMatrix( intRow - 1, 2) = Combo1.Text
Msf.TextMatrix( intRow - 1, 7) = Text4.Text
=============== =============== =============== =======
I need help in writing the code save the data from Msflexgrid to the database ؟؟؟