Using Outlook Email to Open Access DB

G

Guest

Hello, I have a custom email (*.oft extension) that was created using outlook
2k2 and I am wanting to create a button within this customized email that
will open an access 2000 database that resides on our server. Unlike the
forms in access, there does not appear to be a way to "code" the button
(using vb) and have this button do what I want it to do. Does anyone have
any suggestions? thanks.
 
T

Tony Toews

saschamps9903 said:
Hello, I have a custom email (*.oft extension) that was created using outlook
2k2 and I am wanting to create a button within this customized email that
will open an access 2000 database that resides on our server. Unlike the
forms in access, there does not appear to be a way to "code" the button
(using vb) and have this button do what I want it to do.

Not sure about the Outlook side but you can start with the following.
See API: Start an app with ShellExecute
(Q) How do I start the application which is registered to handle a
file extension in Win Registry?
http://www.mvps.org/access/api/api0018.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 

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