davejackson
Technical User
Hi,
I am trying to allow users to select a record via a combo box in a form header and via the next/previous buttons so I can then update related details in a subform on a seperate page. However when I select a record with the combo box the table is being updated with whichever record number is listed in the specific record box. The key field remains the same but the other data for the record changes.
E.g. If I am on this record:
Firstname Surname ID
David Jackson 001 (record number 1)
and try and select record 5 using the combo box
John Smith 005 (record number 5),
record number 1 gets updated to:
John Smith 001.
I would therefore like to either move to the specified record or protect the table from being updated in this part of the form.
Any help would be great.
Thanks
I am trying to allow users to select a record via a combo box in a form header and via the next/previous buttons so I can then update related details in a subform on a seperate page. However when I select a record with the combo box the table is being updated with whichever record number is listed in the specific record box. The key field remains the same but the other data for the record changes.
E.g. If I am on this record:
Firstname Surname ID
David Jackson 001 (record number 1)
and try and select record 5 using the combo box
John Smith 005 (record number 5),
record number 1 gets updated to:
John Smith 001.
I would therefore like to either move to the specified record or protect the table from being updated in this part of the form.
Any help would be great.
Thanks