MY code doesnt saves the data entered through dropdown box into access database
ponnu 0 Light Poster
Recommended Answers
Jump to Postplease show us your code
Jump to PostWhy don't you just add the text to the textbox txtdel when a user selects a value in combo box?
''In combo click event... txtdel.Text = cmbCombo.Text ''Assuming thats what your combobox is called...
Now make the connection to database, open recordset, get the value and …
All 8 Replies
rishif2 57 Posting Whiz in Training
ponnu 0 Light Poster
rishif2 57 Posting Whiz in Training
chuksjoe 0 Newbie Poster
ponnu 0 Light Poster
AndreRet 526 Senior Poster
ponnu 0 Light Poster
rishif2 57 Posting Whiz in Training
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.