Failure to run labels on a query

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.
 
T

Tom van Stiphout

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
 
M

marigoldml

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

fredg

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
 
J

John W. Vinson

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.
 

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