View Single Post
  #2  
Old December 12th, 2006, 08:34 PM posted to microsoft.public.access.forms
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Error when no description is present

Mary

I can't be sure from your description, but it sounds like you are having
Access enter data redundantly ("fill in automatically ...").

This is a common approach when you only have a spreadsheet to use, but as a
relational database, Access means you DON'T have to double up like this.

I'll guess you have a table with specimen names (else how would Access know
which minerology and/or metaphysics rows to look for?). If those other two
tables have some way of connecting (?specimen name?), then use a query to
display the information, don't re-store it.

Or have I misunderstood what your application is doing?

Regards

Jeff Boyce
Microsoft Office/Access MVP


"Mary Hartman" wrote in message
...

I have developed a mineralogy database in Access 2003.

When the name of the specimen is entered, there are two fields that
fill in automatically from information in two other tables.

One is the mineralogy description. There is a metaphysics
description.

If both of these exist, it works fine. If one or the other does not
exist I get an error that says "can't find mineralogy" or "can't find
metaphysics" for such and such. All don't and will never have both
descriptions.

Is there a way to work around this error so that if the description
doesn't exist Access will enter a null value into the field.

Thank you!