Listbox - saving the data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've created a routine that selects data from ListBox1 and copies to
Listbox2. I now want to save this data to a SQL table. I'm OK with the SQL
connection and table selection, where I'm stuck is how to gather the data
from Listbox2 and save it to the table.
 
OldHandAndy,
I've created a routine that selects data from ListBox1 and copies to
Listbox2. I now want to save this data to a SQL table. I'm OK with the SQL
connection and table selection, where I'm stuck is how to gather the data
from Listbox2 and save it to the table.

You need programming code for that what is dependable from how you did fill
your listboxes.

Cor
 
Back
Top