Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

want help in SQL query on datacombobox

Status
Not open for further replies.

1751983

Programmer
Jan 21, 2003
3
0
0
PK
i have 4 tables in 1 database.
1->source---- fields->(ID ,name)
2->destination (ID ,name)
3->routes (ID,name)
4->result(in this table i have ID of all the tables)

i am using ADO and datacombo i connect 1 combo with my one table (source)field (name) and another combobox with other table destination field (name).
when i select 1 item from 1 combo box and another from another combobox then press the button so it will show the result which is stored in my third database table (result)and the textbox shows the names which comes from my table routes field(name).
i want help in code or any other helpful tip which make my work easy.
reply soon.

thanx in advances.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top