E
edtollefsen
I have the following situation:
* form and subform tied together with a field called
invoiceDate.
* form has data from one table
* subform has data from another table. This data
has a 1 to many relationship with the table used in the
form.
If I update invoiceDate from the form the data in the
subform changes appropriately however as soon as I go to
the subform the system throws an error message indicating
data already exists (see below for actual message).
There are 3 circumstances that may happen.
"The changes you requested to the table were not
successful because they wold create duplicate values in
the index, primary key, or relationship. Chang the data
in the field or fields that contain duplicate data,
remove the index, or redefine the index to permit
duplicate entries and try again."
* form and subform tied together with a field called
invoiceDate.
* form has data from one table
* subform has data from another table. This data
has a 1 to many relationship with the table used in the
form.
If I update invoiceDate from the form the data in the
subform changes appropriately however as soon as I go to
the subform the system throws an error message indicating
data already exists (see below for actual message).
There are 3 circumstances that may happen.
"The changes you requested to the table were not
successful because they wold create duplicate values in
the index, primary key, or relationship. Chang the data
in the field or fields that contain duplicate data,
remove the index, or redefine the index to permit
duplicate entries and try again."