I am using code to add a record to a table - CUSTOMERS. CUSTOMERS is related to table SALESREP by a (SALESREP) one to (CUSTOMERS) many, on field REPID. I can't figure how to indicate that although a relationship exists, there does not have to be a REPID in the CUSTOMER table. I get an error message that the record cannot be added to the CUSTOMER table because I am missing REPID. REPID is unknown at record creation time.
I do have referential integrity turned-on for this relationship. There has to be a way to do this, doesn't there?
I do have referential integrity turned-on for this relationship. There has to be a way to do this, doesn't there?