Add menu button to the bottom of my form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey all,

Been using Access for several years, but am now trying to teach myself VBA.
Am using Access 2003. These groups have been most helpful.

Can someone give me some direction on how to add a menu button to the bottom
of my form. I have a form that list all records in a table, and I want users
to be able to select a record in the form, click on the menu button and see
the options to Edit Record, Delete Record, Make Inactive, etc. I know how to
do this with several different command buttons, but I would like the
interface to be a little less crowded.

Any help appreciated.
 
Brent said:
Hey all,

Been using Access for several years, but am now trying to teach
myself VBA. Am using Access 2003. These groups have been most
helpful.

Can someone give me some direction on how to add a menu button to the
bottom of my form. I have a form that list all records in a table,
and I want users to be able to select a record in the form, click on
the menu button and see the options to Edit Record, Delete Record,
Make Inactive, etc. I know how to do this with several different
command buttons, but I would like the interface to be a little less
crowded.

Any help appreciated.

You could use the AfterUpdate of a ComboBox with those choices in the list.
 
Back
Top