Hi there,
I have a join table, JtblAmounts, linked to another table, tblLegal, in a one-to-many relationship (ref integrity is set). The primary key of JtblAmounts is AmountsID (autonumber), which is a long integer number foreign key in tblLegal.
I have a form based off of tblLegal, and when I input data and try to save or go to the next record, a msg window pops up saying "You cannot add or change a record because a related record is required in table 'tblAmounts'."
Well, I know about setting fields as required, and the foreign field AmountsID is not required in tblLegal.
I know about default values, such as '0', and the default value of foreign field AmountsID is null.
I've tried rebuilding the relationship and form.
Somebody please slap me--what am I doing wrong? Any advice/assistance would be greatly appreciated. Thanks,
Eric
I have a join table, JtblAmounts, linked to another table, tblLegal, in a one-to-many relationship (ref integrity is set). The primary key of JtblAmounts is AmountsID (autonumber), which is a long integer number foreign key in tblLegal.
I have a form based off of tblLegal, and when I input data and try to save or go to the next record, a msg window pops up saying "You cannot add or change a record because a related record is required in table 'tblAmounts'."
Well, I know about setting fields as required, and the foreign field AmountsID is not required in tblLegal.
I know about default values, such as '0', and the default value of foreign field AmountsID is null.
I've tried rebuilding the relationship and form.
Somebody please slap me--what am I doing wrong? Any advice/assistance would be greatly appreciated. Thanks,
Eric