Skeeterbug wrote:
Hey,
I have a table that doesn't have a primary key. It is called UserGroups and just has two foreign keys. When I refreshed the catalog it warned me that there was no primary key, and I may not get code I expected. Should I ignore this warning for this type of situation (I am assuming so, but I wanted to double check)? Thanks!
Assuming the two foreign keys together form a unique key, define it as such in the schema (or, as Frans said, in the Designer). Otherwise, create a surrogate key.
Jeff...