i am using this code below to try and write the results to a db.
For i = 1 To MSHFlexGrid1.Row
rsdatabase.AddNew
tbltest!field= MSHFlexGrid1.TextMatrix(i, 1)
tbltest!field= MSHFlexGrid1.TextMatrix(i, 2)
tbltest!field= MSHFlexGrid1.TextMatrix(i, 3)
rsdatabase.Update
Next
rsdatabase.Close
I get no error..but it wont write the data. I know it connects to the db fine but i cannot get it to write the results.
any help would be great
DVannoy
A+,Network+,CNA
dvannoy@onyxes.com