error 16389

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top