Grouping Menu Choices

D

dhstein

I'm developing an application and I have a number of text buttons to activate
different functions. I'm thinking that there must be a better way - some
kind of control that gives several radio buttons and then you click "Go" or
something. As an alternative, I think there is a way to group some functions
together - but I'm not sure which control or what to do. I have an Access
manual, so maybe you could just steer me to the appropriate topic and I can
figure it out. Thanks
 
A

Accessguru

Sorry, but your question is a little vague still. When you say you have a
number of buttons to activate functions, what kind of functions are you
talking about? What do they do?
 
D

dhstein

Accessguru said:
Sorry, but your question is a little vague still. When you say you have a
number of buttons to activate functions, what kind of functions are you
talking about? What do they do?

Each button runs a vb routine. Many of them read a file to initialize a or
update a table. So when the user clicks the button the vb routine executes.
Other buttons run queries. I'd like to have a 'radio button" type of control
that the user could click the radio button in the group "Database
Maintenance" - select the button to Update the product table - and click on a
"go" or "Do it" button, and that vb routine would run. Thanks.
 
Top