Can you maybe give me something to look for that is causing this error. All
I remember is that I had what I wanted but tried to add a new field, then all
hell broke loose. I just need some direction on what to look for.
You're evidently trying to create a Relationship by joining TableA.FieldA to
TableB.FieldB. (It is possible that your table or fieldnames are different...
I can't see them from here <g>).
For this to succeed, FieldA needs to be the Primary Key of TableA; or else you
must use the Indexes tool to create a unique Index on FieldA.
If you do not have a unique index on either FieldA or on FieldB, then Access
has no way to know which is the "one" and which is the "many" side of the
relationship, nor can it enforce referential integrity.