Forums / Setup & design / Datatype Object relation question

Datatype Object relation question

Author Message

Matt Brady

Thursday 15 March 2007 4:27:34 pm

I created a class a while ago to list music events and one of the Object Relation datatypes I set up was to browse the bands directory to select the playing band. The number of listed bands has got too great to display as one dir so I have separated them into an alphabetical dir structure. A, B, C etc.
Now if I want to select a band in the Gig class I created, the drop down list displays the ABC directories within the Band directory (which is the default selection item).
My question is, when using the class, what's the best way be able to navigate each subdirectory to find the band needed?

It's not easy being easy.