View Full Version : Combo box


Xenix
01-16-2002, 04:59 AM
Is there a way to make the little pulldown arrow bigger?

I want to use font size 24 in my record lookup pulldown combo box but the little pulldown arrow stays the same size http://www.access-programmers.co.uk/ubb/frown.gif

thanks in advance
Mike

P.S. one more thing, How can I clear the combo box when I select a new record with a diffrent selection box, I also have Left and Right search buttons next to the Combo search box.

[This message has been edited by Xenix (edited 01-16-2002).]

raindrop3
01-17-2002, 05:00 AM
Hello,

(better late than never http://www.access-programmers.co.uk/ubb/smile.gif)

Only an answer on your second question:

comboboxname = ""

I believ it is not possible to enlarge the arrow. You can make your own arrow in photoshop or somehting and place it over the small arrow. In the 'on_click' event of that image type:

comboboxname.Dropdown

Greetings,

Albert