> >I have an 'accounts' table with the 'accountnumber' as the primary key. I
> >have several other tables such as 'transfers', 'systematic plans', 'loans'
[quoted text clipped - 42 lines]
>
> John W. Vinson[MVP]
>Thanks John,
>
>This is my first experience with building a database, I didn't spend much
>time getting to know Access rather I jumped right in.
<g> The "Deep End School of Swimming" approach can be valuable - you
learn quick or not at all! But yes, Access has a considerably steeper
learning curve than most other Office applications.
>I will heed your advice and invest some time on creating forms. And I will
>change my lookup fields to, umm, non-lookup fields.
You can use the Lookup tab on each such field; change the display type
from Combo Box to Textbox to show the actual content of the field. For
better performance, you should also right mouseclick each table (not
clicking on any particular field) and change the Subdatasheet property
from [Auto] to [None]. This won't interfere with form or subform
design.
>I can partly envision where I am going with this project, I will want to
>show and update the Access data through Outlook, plus I have been intrigued
>by Infopath and the ability to populate forms with data and update a database
>by completing forms.
It's possible to interface Access with Outlook, but it requires
delving deeply into their quite different object models using VBA
code. AFAIK there aren't any "point and click" wizards to set up such
interfaces, but it *can* be done.
Nonetheless, you should build a good foundation in terms of properly
normalized and related tables in Access... and then do the link. There
will surely be a need for Access Forms as well as the linkage.
>The reality is I don't have the knowledge to do a project like this well but
>I have committed to trying. Anyways, my first goal is to have all the data I
>will want to show through Outlook setup in Access, have a system in place for
>updating/deleting/changing the Access database then I can learn about linking
>it to Outlook.
There you go!
>Thanks again, I appreciate the help you and the other MVP's provide, I'm
>sure I'll be back for more!
We'll be here. <g>
John W. Vinson[MVP]