I use DataGrid for the purpose of storing runtime data (like a spreadsheet, no database connection), is this right?
I try to insert DataGrid with the following statements, it gave me 7005 runtime error. (rowset not available)
Me.DataGrid1.col= 0
Me.DataGrid1.row = 0
Me.DataGrid1.text= "100"
How should I correct this error and insert the data?
TIA
I try to insert DataGrid with the following statements, it gave me 7005 runtime error. (rowset not available)
Me.DataGrid1.col= 0
Me.DataGrid1.row = 0
Me.DataGrid1.text= "100"
How should I correct this error and insert the data?
TIA