To save the current record use:
RunCommand acCmdSaveRecord
or:
Me.Dirty = False
To update the combo box's list requery the control with:
Me,YourComboBox.Requery
Ken Sheridan
Stafford, England
> I noticed that changes made to fields are only commited to the Tables when
> you move off the current record - Cam I commit the changes in VB code ?
[quoted text clipped - 5 lines]
>
> Thanks
Isis - 14 Apr 2006 13:02 GMT
=?Utf-8?B?S2VuIFNoZXJpZGFu?= <KenSheridan@discussions.microsoft.com>
wrote in news:20D851B7-EA0A-468B-8F22-D6D9892D8E18@microsoft.com:
> To save the current record use:
>
[quoted text clipped - 19 lines]
>>
>> Thanks
Thanks for the info Ken.
Regards