entry page/form/whatever for db

E

EdLeeYoung

I've created many tables, queries, and forms for different things...all this
is confusing our data entry person who only uses certain objects. I want to
create an object she can access just the things she uses.

I searched my Office 2000 bible...but I know it can be done cause I saw it
in a demo years ago. Can anyone point me in a positive direction?
 
E

EdLeeYoung

Switchboard....that's what I'm wanting to create. Nothing in my book and most
the stuff I find on the web is more than confusing.
 
J

John Vinson

I've created many tables, queries, and forms for different things...all this
is confusing our data entry person who only uses certain objects. I want to
create an object she can access just the things she uses.

I searched my Office 2000 bible...but I know it can be done cause I saw it
in a demo years ago. Can anyone point me in a positive direction?

The Switchboard Wizard would be one option. Another would be to
construct your own switchboard form, and have it as the default form
on opening the database. I like to use a Listbox displaying
human-meaningful names of the various forms, reports etc.; in the
listbox's Doubleclick event you would put code to open the object in
the (invisible) second column of the listbox.

Just FWIW, users should generally not ever need to look at raw Tables
or query datasheets - forms are much more flexible and powerful for
interacting with data.

John W. Vinson[MVP]
 

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