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

Using VBA to create a custom GUI filter screen.

Status
Not open for further replies.

jonmb

Programmer
Nov 9, 2001
1
GB
I am currently coding a VBA form to be used as a filtering screen, with combo boxes used to select the values to be flitered on, which add new complex filters when the OK button is clicked.

My main problem is that a user specification is to have one combo box affect the content of another. For example, with the eFashion universe I would want a City combo box to only show Cities for the State chosen in a State Combo Box. The other problem is that I only want to use the unique values for the objects in the data cube, rather than the LOV.

Does anyone have any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top