Button like Windows!

B

Bob

--
I want to create a Button that works like Start, Programs does in windows,
so I click on the button and I can select a from or a dropdown Combo list
from this button
Thanks for any help....Bob






..........Jenny Vance
 
L

Larry Linson

I want to create a Button that works like Start,
Programs does in windows, so I click on the
button and I can select a from or a dropdown
Combo list from this button

I'm not sure what, exactly, you mean by "can select a form or a dropdown
Combo list from this button." If I guess that "from" is a typo, and you
mean "form", I still am puzzled. Do you simply not want to give up the
screen "real estate" to put the Combo Box directly on your Form?

If so, then set the Visible property of the Combo Box Control to "No" at
design time, and in the Button's Click event, you could have:

Me!cboYourComboName.Visible = True

You'll need to clarify abour "select a from" or "select a form," though, for
me to comment.

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top