Confused said:
I noticed that on the Northwind Database if you update one table, say
customer name for example, it updates everywhere like in the orders
table.
I have the same one to many relationship set up and my tables don't
update
automatically.
If it's not the relationship, then what makes it work?
Please help.
First guess is that you have the same data *stored* in multiple
locations, rather than having multiple *forms* getting that customer
name from only one location -- which is what Northwind does.
If you dig "underneath the wrapper" in Northwind, you'll find that the
various UI (user interface) screens that you see are Access *Forms*, not
*Tables*.
Here's a list of references with good information on getting acquainted
with working with relational databases; Access (JET) in particular ....
Crystal Long's tutorials are a good place to start:
--
(Thanks to John W. Vinson [MVP] for this info
"Access has a steeper learning curve than (say) Word or Excel; not
least, in order to make productive use of the program you have to
understand the theoretical basis of database design - a concept called
'Normalization'. It is very logical and not at all difficult once you
get the concepts down."
Here are some tutorials and other resources that you should find
helpful:
A free tutorial written by Crystal (MS Access MVP):
http://www.accessmvp.com/Strive4Peace/Index.htm
also at
http://allenbrowne.com/casu-22.htmlMVP
Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials
Here's a primer with 23 well defined, well written, clearly named
chapters:
http://www.functionx.com/vbaccess/index.htm
The Access Web resources page:
http://www.mvps.org/access/resources/index.html
Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/accessjunkie/resources.html
Access MVP Larry Linson has additional Access resources in a list at:
http://sp.ntpcug.org/accesssig/default.aspx
From Access MVP Tom Wickerath:
May I recommend that you help jumpstart your Access-related knowledge by
downloading a copy of a Word document that I have available in zipped
form? I
call it "Access Links". The first four pages include important
information
that anyone working with Access should be aware of. This includes
reserved
words and special characters, naming conventions, database design, etc.
My
advice is to avoid using any reserved words (Name, Date & Description
are
three prime examples) or special characters (#, $, spaces, etc.) in
anything
that you assign a name to within Access.
http://www.accessmvp.com/TWickerath/