A
Applied1
I have an Access Project Database, that has been working fine for the last
two years, however this week, it shows anerror message on one of the forms
when I run some VBA.
The following script runs when I exit a Combobox, using the LostFocus event
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
I get a Reserved Error 16389
Has anyone any thoughts on where I can start looking for the solution.
I have tried the following scripts instead of the line above with the same
result.
DoCmd.RunCommand acCmdSaveRecord
Me.refresh
cheers
Stuart
two years, however this week, it shows anerror message on one of the forms
when I run some VBA.
The following script runs when I exit a Combobox, using the LostFocus event
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
I get a Reserved Error 16389
Has anyone any thoughts on where I can start looking for the solution.
I have tried the following scripts instead of the line above with the same
result.
DoCmd.RunCommand acCmdSaveRecord
Me.refresh
cheers
Stuart