Hi!
Just wondering how to send items in a listbox to database. My listbox is holding several dates and i want to send those dates to a table in access.
Loop through the listbox items and add them to data base.
Something like
for i = list1.listcount-1
conn.execute "INSERT INTO TblMYTable(MyDate) VALUES (#" & list1.list(i) & "#)"
next i
Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.