Connecting Tech Pros Worldwide Forums | Help | Site Map

Clipboard

Trevor Best
Guest
 
Posts: n/a
#1: Nov 13 '05
Is there a built-in way of accessing the clipboard in Access?

--
This sig left intentionally blank

PC Datasheet
Guest
 
Posts: n/a
#2: Nov 13 '05

re: Clipboard


See, I'm not ignoring you!

Steve

http://support.microsoft.com/support.../Q138/9/09.asp
http://support.microsoft.com/support.../Q138/9/10.asp



"Trevor Best" <nospam@besty.org.uk> wrote in message
news:41c00c6e$0$1064$db0fefd9@news.zen.co.uk...[color=blue]
> Is there a built-in way of accessing the clipboard in Access?
>
> --
> This sig left intentionally blank[/color]


Phil Stanton
Guest
 
Posts: n/a
#3: Nov 13 '05

re: Clipboard


Have been watching this conversation.

Is it possible to copy things other than strings ( formatted text boxes,
images, OLE objects etc)

Thanks

Phil


"PC Datasheet" <nospam@nospam.spam> wrote in message
news:jeZvd.181$9j5.86@newsread3.news.pas.earthlink .net...[color=blue]
> See, I'm not ignoring you!
>
> Steve
>
> http://support.microsoft.com/support.../Q138/9/09.asp
> http://support.microsoft.com/support.../Q138/9/10.asp
>
>
>
> "Trevor Best" <nospam@besty.org.uk> wrote in message
> news:41c00c6e$0$1064$db0fefd9@news.zen.co.uk...[color=green]
>> Is there a built-in way of accessing the clipboard in Access?
>>
>> --
>> This sig left intentionally blank[/color]
>
>[/color]


PC Datasheet
Guest
 
Posts: n/a
#4: Nov 13 '05

re: Clipboard


From Help file:

You can use the CopyObject action to copy the specified database object to a
different Microsoft Access database or to the same database under a new
name. For example, you can copy or back up an existing object in another
database or quickly create a similar object with a few changes.

Also check the Action method in the Help file.


--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
resource@pcdatasheet.com
www.pcdatasheet.com




"Phil Stanton" <discussion@stantonfamily.co.uk> wrote in message
news:41c06fec$0$103$65c69314@mercury.nildram.net.. .[color=blue]
> Have been watching this conversation.
>
> Is it possible to copy things other than strings ( formatted text boxes,
> images, OLE objects etc)
>
> Thanks
>
> Phil
>
>
> "PC Datasheet" <nospam@nospam.spam> wrote in message
> news:jeZvd.181$9j5.86@newsread3.news.pas.earthlink .net...[color=green]
> > See, I'm not ignoring you!
> >
> > Steve
> >
> > http://support.microsoft.com/support.../Q138/9/09.asp
> > http://support.microsoft.com/support.../Q138/9/10.asp
> >
> >
> >
> > "Trevor Best" <nospam@besty.org.uk> wrote in message
> > news:41c00c6e$0$1064$db0fefd9@news.zen.co.uk...[color=darkred]
> >> Is there a built-in way of accessing the clipboard in Access?
> >>
> >> --
> >> This sig left intentionally blank[/color]
> >
> >[/color]
>
>[/color]


Trevor Best
Guest
 
Posts: n/a
#5: Nov 13 '05

re: Clipboard


PC Datasheet wrote:[color=blue]
> See, I'm not ignoring you![/color]

;-)
[color=blue]
> Steve
>
> http://support.microsoft.com/support.../Q138/9/09.asp
> http://support.microsoft.com/support.../Q138/9/10.asp[/color]

thanks.
--
This sig left intentionally blank
David Schofield
Guest
 
Posts: n/a
#6: Nov 13 '05

re: Clipboard


On Wed, 15 Dec 2004 17:08:35 -0000, "Phil Stanton"
<discussion@stantonfamily.co.uk> wrote:
[color=blue]
>Have been watching this conversation.
>
>Is it possible to copy things other than strings ( formatted text boxes,
>images, OLE objects etc)
>
>Thanks
>
>Phil
>
>[/color]
Hi
Examples of storing bitmaps and RTF on the clipboard are on Stephen
lebans site. This approach works for the standard Clipboard formats
(for formats see:
http://msdn.microsoft.com/library/de...ardformats.asp
)
There are some generic formats for OLE objects but I have no
experience of them
David

Closed Thread