Screen size and combo box

K

Keith

Hi all,

Two issues. 1-I'm attempting to get my screen sizes to
maintain their maximum size. When the app starts my
initial screens are maximized, but as I close screens to
go back the previous forms are all reduced in size.

I've placed a DoCmd.Maximize in all the GotFocus
properties and I've turned off all the autoresize and
autocenter, but no luck.

2-How do I arrow down in a combo box once it has the
focus and the value is close but not quite what is
needed. It works fine with just the mouse scrolling down
but I want to code the down (or up) arrow key to respond
also.

Thanks in advance for your assistance.
 
Top