K
kleivakat
I'm trying to create a contact database. This seems so basic, so thanks for
your patience. I'm using a template for contacts which seemed to be working
fine, but I found myself entering the same company information (company name,
address, steet, vendor number, web page, etc.) for each contact at that
company. So I thought perhaps it would be easier to have separate tables,
one for the company info, and a table for names and link the two. So on my
names table, I have field for first and last name, title, company name,
direct phone line, e-mail address. Then I tried linking the two tables where
"company name" in the company table is identified as the same as "company
name" in the names table.
I get an error message when I try to do that reading "No unique index found
for the referenced field of the primary table." I'm not sure what that
means. One other question, the two fields that contain company name
information, should they have different and unique field names in each table,
or should they have the same name?
Thanks for letting me know the easiest way to do this.
KK
your patience. I'm using a template for contacts which seemed to be working
fine, but I found myself entering the same company information (company name,
address, steet, vendor number, web page, etc.) for each contact at that
company. So I thought perhaps it would be easier to have separate tables,
one for the company info, and a table for names and link the two. So on my
names table, I have field for first and last name, title, company name,
direct phone line, e-mail address. Then I tried linking the two tables where
"company name" in the company table is identified as the same as "company
name" in the names table.
I get an error message when I try to do that reading "No unique index found
for the referenced field of the primary table." I'm not sure what that
means. One other question, the two fields that contain company name
information, should they have different and unique field names in each table,
or should they have the same name?
Thanks for letting me know the easiest way to do this.
KK