Tried doing a multi-record update on a primary key field. Might at first sound an odd thing to be doing, but the scenario was a table where the primary key spanned three record fields. Was trying to do a bulk update on a group of records where one of the primary key fields shared a common value. It didn't seem to work - records not updated. Not a big deal however as I was able to achieve the desired result by doing a copy followed by a delete. Even so, just wondered whether that it how it is meant to be, or is there a problem?
Thanks,
Andrew Perry.