Ok, I have a Database in my app folder in a folder called database
the data base is called dtc and in it I have a table called Dtc
the table has 2 columns, DTC and Description
The DTC column is filled with Dtc numbers like P0001 P0002 etc and the description gives a description of each Dtc
On my frmDtcSearch form I have a listview called lvDtcSearch
A command button called cmdDtcSearch
A textbox called txtDtcSearch
and ADODC1
I am trying to make it so when I type in lets say P0301, and click button it will search database, then add the search (P0301) and Description from database to the listview.
Can someone get me started with this?
Thanx
