Ok, to be more specific about what's in the fields:
Denisty Standard, Density Min, Density Max, Density Analysis (Yes/No
field),
Density Method: I have around 25 different physical and chemical
characteristics, all of which require 5 fields a piece. I can't put
all
the
info in one field because it must be searchable.
A few other fields I have are: ingredient description, ingredient
statement, Allergen information, ship temp min, ship temp max, ship
temp
target, etc...
I would really like to separate out the physical and chemical fields
into
separate tables and link them. I've tried setting up the link
child/master
fields correctly, but to no avail.
I have to be able to pull up specific records in a form, and display
each
seperate record in a report. I can do this with the current set-up, I
haven't been able to do it any other way.
Thanks for your help, I'll give you more information if you need it!
Kim
:
And to add to what Jeff said -
To answer your question about how to add the key into the subform,
with a
properly designed mainform/subform with the master/child links set
right
you
don't have to worry about it. It is taken care of.
--
Bob Larson
Access MVP
Access World Forums Administrator
Utter Access VIP
Free Access Resources at
http://www.btabdevelopment.com
message
John,
I have a concern regarding a database I created. I have one table
with
almost 250 fields defined. I know what you're thinking, it's
ridiculous,
but
I can't figure out how to link specific records to specific records
in
another table without re-entering the primary key. For example, I
have
a
record for an ingredient; the ingredient number is the primary key.
(ex:
W12345 v1) How do I enter information about W12345 in a subform and
link
it
to the specific record without retyping W12345 in the subform?
I'm not at risk for reaching the 2000 character limit per record,
but I
would love to clean the design up a bit. And I can't combine any
fields
because it needs to be searchable.
Any advice you offer is appreciated!
:
On Mon, 11 Jun 2007 20:22:00 -0700, Rachel
<
[email protected]>
wrote:
I do have 117 fields and have added and deleted several others as
things
change so I am sure I used up the space. I performed the "Compact
and
Repair" and it completely solved my problem. Thanks so much for
your
help!!
I VERY strongly suspect that you have one or more "one to many"
relationships
embedded in each of these enormously wide records. Do you perhaps
have
fields
like Specialty1, Specialty2, Specialty3; Degree1, Degree2, Degree3?
If
so
each
set of these fields should be pulled out into a related table.
With 117 fields you run the risk of a more subtle but even more
dangerous
limit: you can have no more than 2000 characters *actually used* in
any
one
record. You can create a table with (say) 117 50-byte Text fields;
Access
won't complain. But as soon as you (or, much more likely, a
computer-phobic
influential user!) fills a record with text... bang, confusing
error
message,
no record saved.
Glad the compact worked but... I think you still have some
normalizing
that
should be done!
John W. Vinson [MVP]