how to creat combo sub

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there...
I'm Trying to creat a combo box includes tree plus which mean when i open
the combo i find main categories and beside each category a (+) sign , and
when i pree on the ( + ) it spreed the list showing a sub categories under
the main category...

please Help if there's a way to creat it in Access or VB
Thanks and best regards

Haitham Fouad
 
You cannot use standard Access combo boxes for this. You may be able to find
an ActiveXControl that someone else has written or write it yourself in VBA
and then use it, but the current comboboxes do not work that way.

One thing that you can do is create 2 comboboxes, one that has the first
level of categories, and then when you choose a value, it can change the list
on the second combobox to reflect what would be in the next level of the tree.

Let me know if I can provide more assistance.
 
Thanks for responding, I already doing it by 2 combos but i wished to find a
way to do it like a tree with check boxes as i saw it in the microsoft word
when u try to insert a clip art.
please if u found a way to do it or if know the code in VB contact me, it'll
be very helpful from u.

Thanks alot
Haitham
 
Back
Top