Runtime Error 2046, when I try to delete a record in an SQL Server table (through an Access 2000 Int

N

Nuno Almeida

Hi,

I'm getting the runtime error 2046 (The command or action '|' isn't
available now.@* ...) when I try do delete a record from an SQL SERVER 2000
table in an Access 2000 form. The strange is that if I try to delete the
record again it works, and this error message just appears sometimes...

The line I use to delete is the following:

DoCmd.RunCommand acCmdDeleteRecord

Can someone help? Thanks
 

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