I am making two tables in a DBASE - Giving and Members -- The Members has a primary key of HouseholdName with all the member details (address, name, etc.) ---
The Giving table uses a PK ID.
I go to the Dataset designer and I click on the HouseholdName (PK) in the Members table and drag to the HouseholdName in the Giving table --- a menu pops up and I select Foreign Key Constraint only.
I want every giving instance to have a HouseholdName attached.... simple right???
NOT -- I put in a couple rows of data -- the HouseHold name FK in Giving has the same names as the ones in the Members table (see below) but when I run it, I get this error:
Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
I have checked and re-checked and do not know what is wrong. *** I know the names are the same, the types are the same... I even tried dragging the OTHER way in my Diagram and still got the same error.... can someone please help me?
Thanks!!!!
GIVING TABLE:
MEMBERS TABLE: