does anyone know if this is possible? I have a subform within a form, they
have a relationship link. The field is a indexed primary key, can this be
editted ?
What are you trying to change - the value in the mainform or in the
subform? WHY are you trying to change it: once a primary key has been
assigned, what prompts you to change it?
If you're changing the Primary Key on the mainform, you need to meet a
couple of constraints: it cannot be an Autonumber type field, because
autonumbers cannot be edited; and you must have Cascade Updates set on
every relationship involving this field, in order that the foreign
keys should follow the changes to the primary key.
John W. Vinson[MVP]