"Bob" wrote
> 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
|