how do I create macro to run office clipboard in access 2003

D

Douglas J. Steele

Macros in Access are completely different than Macros in other Office
products. The other products actually use VBA for what they call Macros,
whereas Macros are a different way of specifying commands in Access.

As well, there is no record capability in Access.
 
K

Keith Bennett

Not alot of help I need to click on an email address in a field and open an
email in outlook or similar
 
J

Joseph R. Pottschmidt

Dear Keith:

The process that you are describing involves a great deal more an just
clicking a link. If you don't know how to program in VBA, this task will
present a problem for you.

If you can give me some detail has to how you are clicking on a link
that is related to the email, then this would make it a lot easier to
write the code that you need in order to be able to do this?

Joe P.

-----Original Message-----
From: Keith Bennett [mailto:[email protected]]
Posted At: Sunday, July 16, 2006 11:11 AM
Posted To: microsoft.public.access.macros
Conversation: how do I create macro to run office clipboard in access
2003
Subject: Re: how do I create macro to run office clipboard in access
2003

Not alot of help I need to click on an email address in a field and open
an
email in outlook or similar
 
S

Steve Schapel

Keith,

In the design view of your Access table, set the Data Type of the field
to Hyperlink.

Another approach is to use a SendObject action in your macro, which you
would then assign to run on the Click event of the control in question,
and reference the control in the To argument of the SendObject action.

Please post back with more details and examples if you need more
explicit help with this.
 

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