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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top