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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I have an unbound form with 2 combo

Status
Not open for further replies.

buhgman33

Programmer
Jul 18, 2003
24
IL
I have an unbound form with 2 combo boxes. The first combo box gives me a list of tables, and their properties. I want the row source for the 2nd combo box to use the table that was chosen in the first combo box. How is this accomplished?
For example:
sql = "SELECT tablename.field1, tablename.field2" & _
" FROM tablename;
how do i set the tablename as the result of the first combo box?
Any suggestions would be helpful.

Thanks,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top