Failure to run labels on a query

  • Thread starter Thread starter marigoldml
  • Start date Start date
M

marigoldml

I'm trying to print up a set of labels from a query (something I have done
many many times before), and it's popping up with three error messages in a
row.

"The RunCommand action was cancelled."
"The expression refers to an object that is closed or doesn't exist."
"There isn't enough free memory to run the display. Please close some
unneeded programs and try again."

I've run labels of this same query dozens of times, never had a problem.
All other programs are closed. I'm confused.
 
On Mon, 13 Apr 2009 06:15:01 -0700, marigoldml

I would compact the database and try again. Also make sure you can
compile your project (Code window > Debug > Compile).

-Tom.
Microsoft Access MVP
 
I couldn't figure out how to compile it (where's code window?) However,
compacting didn't help. Thanks for the reply.
 
I couldn't figure out how to compile it (where's code window?) However,
compacting didn't help. Thanks for the reply.

:

Press <Ctrl> + G
When the VBA debug window opens, click on Debug + Compile

Or from anywhere in Access click on View + Code
 
I couldn't figure out how to compile it (where's code window?)

Type Ctrl-G to open the VBA editor, and select Debug... Compile <my database>
from the menu.
 
Back
Top