From: Angela on
I am using Access 2000 on WinXP.
Something strange on my database.... out of the blue, I am now getting an
error msg "Run-time error 2046: The command or action 'Save Record' isn't
available now". When I click debug, the code has stopped at this line:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
but I've also tried replacing it with:
DoCmd.RunCommand acCmdSaveRecord
and the same error occurs.

From: Angela on
Somehow I hit the post button before finishing my posting so here's the rest
of the story:

I can open this same database (which is stored on the first computer) on a
different computer thru our home network and the error doesn't occur. I
checked the reference libraries and both computers are using the same ones.
I've repaired the installation of Office on the offending computer thinking
that perhaps there was something corrupted in the installation but the error
still occurs. I created a new database and imported all the objects from the
old database but the error still occurs in the new database. I have no idea
what to try next. Any ideas anyone?

Thanks,
Angela

"Angela" wrote:

> I am using Access 2000 on WinXP.
> Something strange on my database.... out of the blue, I am now getting an
> error msg "Run-time error 2046: The command or action 'Save Record' isn't
> available now". When I click debug, the code has stopped at this line:
> DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
> but I've also tried replacing it with:
> DoCmd.RunCommand acCmdSaveRecord
> and the same error occurs.
>
 | 
Pages: 1
Next: Object Library!!! Download