The general approach is to simply place some buttons on a form. I you use
the wizards, then that button can add a record, or delete the record. So,if
you just getting going on this, then try the wizards. And, for finding, the
usual approach is to have the user hit ctrl-f. Keep in mind that
adding/deleting etc can be done without you having to actually build that
part of the application (however, in most cases, I DO provide these
options).
Also, it is not 100% clear what you mean by "menu"? Do you want to createa
custom "ribbon", or simply present some options to the user? For example I
often need to present a user quite a few options for reports. Thus, I build
a form that allows the user to select options and then launch the report.
You could call that form a "menu" of options. Here is screen shots of what I
mean:
http://www.members.shaw.ca/AlbertKallal/ridesrpt/ridesrpt.html
So, if you need to add a delete record button, and an add button to your
form, then use the wizards. Open up your form in design mode, and then drop
a button on your form (but BEFORE you drop that button on the form, make
sure you enabled the wizard - make sure the "Use Control wizards" option is
selected).
So, often it just a series of forms that we launch one after another that
really makes up the "flow" or menu of the application. Also, try using a few
of the "sample" templates you see for ms-access. In those examples, they
simply place a few button accorss the top of the form, and again those
buttons simply make up a menu system. (they don't cascade like windows menu
bars..but, we usually don't have that many options anyway).
If you are in fact talking about building a custom menu system (a ribbon),
then that is somewhat advanced in ms-access. However, you can get startedon
making/costuming ribbons here:
Customizing the Office Fluent User Interface in Access 2007http://msdn.microsoft.com/en-us/library/bb187398.aspx
and
http://www.access-freak.com/tutorials.html#Tutorial05