Hello to all,

Here i am doing a small project of a school timetabel development. i stuck at saving data from combobox to Ms-Access. I m using Adodc as data connector to vb and access. Please provide me coding for the same query.

Thanks...
Pooja Shah

Is the combo box connected to the ADODC? Have a seperate ADODC just for the combobox? Using the combobox for data entry? Must be disconnected...if so then you would use a For Loop from 0 To Combo1.ListCount - 1 to loop through the contents of the combobox while you use that .AddNew/Update methods...

Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.