SeadnaS
Programmer
- May 30, 2011
- 214
Hi,
On my database I have two combo boxes, one called sizecombo and one called classcombo. sizecombo lists all of the tables in my database.
Now, I want classcombo to limit the number of tables listed in sizecombo to tables that begin with the word selected in classcombo.
So when it works I will be able to select a class from the classcombo. This will shorten the list in sizecombo to list only tables that start with the letters selected in classcombo. So say I select "ABCD" from classcombo then sizecombo will only list the tables I have that start with the 4 letters ABCD.
I have a lot of tables and this will help to make my form easier to use.
Thanks for any help!
Hope that makes sense!
On my database I have two combo boxes, one called sizecombo and one called classcombo. sizecombo lists all of the tables in my database.
Now, I want classcombo to limit the number of tables listed in sizecombo to tables that begin with the word selected in classcombo.
So when it works I will be able to select a class from the classcombo. This will shorten the list in sizecombo to list only tables that start with the letters selected in classcombo. So say I select "ABCD" from classcombo then sizecombo will only list the tables I have that start with the 4 letters ABCD.
I have a lot of tables and this will help to make my form easier to use.
Thanks for any help!
Hope that makes sense!