i need a code to enter data into a textbox and update an access database table which must be displayed in my listbox, please help
i also want to know hoe to search data in the table
siu17
0
Newbie Poster
Recommended Answers
Jump to Postto enter a data in textbox:
place a command button and data object and connect the database write code in command button.
"data1.recordset.addnew"
this code save data in the database.
data1.refresh
it update data.
connect the listbox with database. for search data write this code:
Dim Searchit As …
Jump to Postall this code is for vb6.
All 5 Replies
abu taher
4
Practically a Posting Shark
siu17
0
Newbie Poster
abu taher
4
Practically a Posting Shark
vb5prgrmr
143
Posting Virtuoso
Need u:
0
Newbie Poster
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.