user friendly controls

H

Harvey

I need to somehow make my database user friendly so that when anyone opens
it, a page will pop up with three options: create new order, edit current
order, and create report. I think I will have to use command buttons, but I
don't know very much about these. Is there any way to have this easy to use
page pop up when people open the database? Thanks. :)
 
R

Rick B

Why not use the switchboard manager and build a switchboard?

Most of us prefer to build our own menus using butons as you indicate, but
if you are not up to that task, then just use the switchboard.
 
B

BruceM

Tools > Startup will allow you to make a choices about what the user sees
when the database is opened. For your purposes you need an unbound form.
You can use the command button wizard in the toolbox to add the necessary
buttons to this form. See Help if you need more information about the
wizard. If you choose a startup form you can get around it when needed (to
work on a form, for instance) by pressing and holding the Shift key while
opening the database.
I am not saying anything against Rick's suggestion of using the switchboard
manager, which may be the simplest route. I am just presenting another
option.
 

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

Top