copy-cut/paste don't work with access 2002 runtime

  • Thread starter Thread starter HMO Fallen Angel
  • Start date Start date
H

HMO Fallen Angel

Hi all,
is copy-cut/paste option suppossed to work with access 2002 runtime version?
i have no problems with computers with full access version installed, but i
can't copy/paste if only runtime version installed.

thanks for your help
 
How are you trying to do it? Using the buttons, menu items, of right
clicking? If none of them work, try the old-fashion keyboard commands:

Ctrl + c for copy
Ctrl + x for cut
Ctrl + v for past
 
Also, are you comparing an MDB to an MDE? There are some
stupid restrictions there. Also, in general, "copy" and "paste" are
different things - you sometimes find you can do one but not the
other.

(david)
 
Thanks David,
I'm just copy/paste text from 1 field to another field in the same table.
It's working now
 
Haven't got one in front of me, and don't know about 2008.
But even given that you can't modify the VBA project in an MDE,
the copy/paste restrictions on the VBA immediate window are
annoying and wasteful.

(david)
 
I'm not sure why you would want to use the VBA immediate window in an mde,
since development is done in the mdb.

Lars

david said:
Haven't got one in front of me, and don't know about 2008.
But even given that you can't modify the VBA project in an MDE,
the copy/paste restrictions on the VBA immediate window are
annoying and wasteful.

(david)
 
I'm not sure why you would want to do development in the immediate
window. I use the immediate window to do lookups.

(david)
 

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

Back
Top