Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to save a matrix (msflexgrid) into a table?

Status
Not open for further replies.

migueleitor

Programmer
Jan 15, 2004
22
VE
does anyone know how to save a matriz (msflexgrid) in a table in visual basic?

here it's a example. I have more variables (25) so when the software create de matrix everytime i run it, it's a long so i want to save or put all values in a table, but i don't know how i should define the table in access/


Var1 Var2 Var3

var1 0 6 2

var2 1 4 1

var3 5 3 3

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top