how can I create an Input interface in Access ?

P

pedro8ae

I need that someone can type Input information and saved in a Access data base.
How can I create a friendly interface in access? that alow me to input data
like name telephone reason to call.. etc etc
 
R

Rick B

This question is way to vague to answer here.

Have you tried starting with one of the templates that comes with Access?
There is one out there that should do the trick for you.

If you get started with your database and post back specific questions, we
will be glad to help you out, but we can't tell you from start to scratch
how to build it. That would be like trying to explain how to rebuild an
engine to someone.
 
N

nathan a

I would try using a form.

Rick B said:
This question is way to vague to answer here.

Have you tried starting with one of the templates that comes with Access?
There is one out there that should do the trick for you.

If you get started with your database and post back specific questions, we
will be glad to help you out, but we can't tell you from start to scratch
how to build it. That would be like trying to explain how to rebuild an
engine to someone.
 
S

Shariq

Its a very simple process in MS Access; assuming database is created and
tables are already setup.
1. Click on Forms and then click on New to create a new form.
2. A New Form dialog box will appear; select Design View from the list and
then select input table from the dropdown combobox.
3. A blank user input form will appear with another window on top of it
having all the field names from the selected table.
4. Drag and drop desired field names from the list to the form.

That's all you need to do to create a simple user inteerface for input/output.
 

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