H
Holly
This code (which executes after clicking a command button from a form) worked
fine before upsizing...
DoCmd.RunCommand acCmdDeleteRecord
now only works randomly. Sometimes I can delete one or two records, but
other times it hangs for a minute and then I get a Run time error 2501: The
RunCommand action was cancelled. However, if I click debug, I can step
through the code manually, and it deletes the record fine. I also tried to
delete records straight from the table and that works fine.
fine before upsizing...
DoCmd.RunCommand acCmdDeleteRecord
now only works randomly. Sometimes I can delete one or two records, but
other times it hangs for a minute and then I get a Run time error 2501: The
RunCommand action was cancelled. However, if I click debug, I can step
through the code manually, and it deletes the record fine. I also tried to
delete records straight from the table and that works fine.