D
DEI
I have a subform in Datasheet format with 5 fields making
up each record. I would like to prohibit the duplication
of one of those fields on the subform when it is attached
to the mainform, i.e. I will need to enable duplicates of
this field in the subform itself (same field attached to
different records of the main form).
I do have an autonumber primary key field for each record
in the subform, but the records in each subform are
updated over time and will not register as a duplicate
record right away, hence the need for preventing duplicate
fields.
Does this require code?
Thanks in advance.
up each record. I would like to prohibit the duplication
of one of those fields on the subform when it is attached
to the mainform, i.e. I will need to enable duplicates of
this field in the subform itself (same field attached to
different records of the main form).
I do have an autonumber primary key field for each record
in the subform, but the records in each subform are
updated over time and will not register as a duplicate
record right away, hence the need for preventing duplicate
fields.
Does this require code?
Thanks in advance.