Access Tutorial

A

a_ryan1972

Hi, I am new to access and was wondering if you can point me in the direction
of a tutorial that will help me create my database.

This is what I am trying to do:

On the left side, I would like a list of all of the clients in the database.
If I click on one of those clients, I would like to open up a form with that
client's information.

On the right side of the list, I would like to have a form to enter the data
for the client.

Is it possible to have the list on the side that I am trying to create? I
am really new at this and would like to find a good tutorial.

Thank you.
 
J

John W. Vinson

Hi, I am new to access and was wondering if you can point me in the direction
of a tutorial that will help me create my database.

This is what I am trying to do:

On the left side, I would like a list of all of the clients in the database.
If I click on one of those clients, I would like to open up a form with that
client's information.

On the right side of the list, I would like to have a form to enter the data
for the client.

Is it possible to have the list on the side that I am trying to create? I
am really new at this and would like to find a good tutorial.

Thank you.

Here are several:

Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/accessjunkie/resources.html

The Access Web resources page:
http://www.mvps.org/access/resources/index.html

Roger Carlson's tutorials, samples and tips:
http://www.rogersaccesslibrary.com/

A free tutorial written by Crystal:
http://allenbrowne.com/casu-22.html

A video how-to series by Crystal:
http://www.YouTube.com/user/LearnAccessByCrystal

MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials


Don't get hung up too quick on the layout and appearance of your Form! Forms
are *very much secondary*; you need to be sure you have your tables and
relationships set up correctly to begin with.

It's very easy to have a form with a Listbox or Combo Box (a dropdown box)
listing all the clients with a Subform for that client's data.
 

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