Hello,
I have a bit of a snag, a "you cannot add or change a record because a related record is required in table";
I have two tables, one that's called "custinfo", and the other "discounts".
Each table has "cfID" as an autonumber field, and both are primary keys in each table.
I have a field in "discounts": "name2" which I filled with numbers, and then used the lookup wizard to display the name of each customer (the field is "clname" in the "custinfo" table). Thus, a one to many relationship between "cfID" in "custinfo", and "name2" in "discounts". So far so good.
Now, when I create a form with fields from both tables, and I try to create a new record, access gives me "you cannot add or change a record because a related record is required in table"..
Can anybody help me out? thanks.
I have a bit of a snag, a "you cannot add or change a record because a related record is required in table";
I have two tables, one that's called "custinfo", and the other "discounts".
Each table has "cfID" as an autonumber field, and both are primary keys in each table.
I have a field in "discounts": "name2" which I filled with numbers, and then used the lookup wizard to display the name of each customer (the field is "clname" in the "custinfo" table). Thus, a one to many relationship between "cfID" in "custinfo", and "name2" in "discounts". So far so good.
Now, when I create a form with fields from both tables, and I try to create a new record, access gives me "you cannot add or change a record because a related record is required in table"..
Can anybody help me out? thanks.