473,785 Members | 2,761 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MS Access2000 2-way communication with MS Outlook

7 New Member
Using SendObject in an Access2000 macro, I can send a report as an email attachment to MS Outlook. I would like the capability to have the person reading the attached email report to somehow communicate (from the open outlook message...a button or something) their approval or rejection of the email which initiates another macro in Access2000. Is this possible and if so, where can I find some info concerning this type of automation?
Apr 7 '07 #1
6 1819
nico5038
3,080 Recognized Expert Specialist
The mailed report will be in the .snp (snap) format and can be read by the recepient by using the Reader Microsoft offers for free at their site.
See:
http://www.microsoft.com/downloads/d...DisplayLang=en

A response is however not possible without coding or you need to wait for Access 2007 that will allow forms with data to be exchanged and added to a database table.

Nic;o)
Apr 8 '07 #2
alanpike
7 New Member
Thank you for your prompt response. It is greatly appreciated. Guess I'll need to find another way to do this. Thanks again.
Apr 8 '07 #3
NeoPa
32,578 Recognized Expert Moderator MVP
You may be able to set something up using Application Automation of Outlook, but I'm afraid I can't help you with that, other than the basics.
Apr 12 '07 #4
pks00
280 Recognized Expert Contributor
What do u want to happen if they accept or reject the email?
What does the macro do
What u could do is either run updates yourself or run specific macros depending on what they select

eg - updating access table yourself from outlook - an example can be found here
http://www.thescripts.com/forum/thread630337.html

to run a macro, u could try this

Dim acc As Object

Set acc = CreateObject("A ccess.Applicati on")
acc.OpenCurrent Database ("C:\TSDN\mysex ybeast.mdb")
acc.DoCmd.RunMa cro "Macro1"
acc.CloseCurren tDatabase
Set acc = Nothing
Apr 12 '07 #5
alanpike
7 New Member
Thanks for the reply... this sounds promising. Can this code be initiated from outlook? Maybe a button or something that the user could initiate the event from within the email message? If so, any suggestion would be appreciated.

############### ############### ############### ########

What do u want to happen if they accept or reject the email?
What does the macro do
What u could do is either run updates yourself or run specific macros depending on what they select

eg - updating access table yourself from outlook - an example can be found here
http://www.thescripts. com/forum/thread630337.ht ml

to run a macro, u could try this

Dim acc As Object

Set acc = CreateObject("A ccess.Applicati on")
acc.OpenCurrent Database ("C:\TSDN\mysex ybeast.mdb")
acc.DoCmd.RunMa cro "Macro1"
acc.CloseCurren tDatabase
Set acc = Nothing
Apr 13 '07 #6
pks00
280 Recognized Expert Contributor
Only way I can think of for you to run code is via customising toolbar

so create a public sub in outlook vba

public sub Ouch2
'my code
msgbox "Updated"
end sub


Now open up a mail message, right click on toolbar, go down to macros, u should see on your right handside <<projectname>> .ThisOutlookSes sion.Ouch2
u drag this to your menu bar

and thats it. Now when u open a mail message u should see that, click on that and it should run your vba code
Apr 13 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

2
1630
by: jason | last post by:
Is there a specific path I can follow to upsize my access 2000 database which has: 20 tables - mixture of primary and foreign tables 20 queries (action, select etc) Built on top of this access database is a set of front-end ASP pages and backend administration pages using a combination of stored queries etc. I am very hesitant about the whole process as I have just my application
3
12047
by: jason | last post by:
I need to deposit and empty dummy value into a date/time field within Access using INSERT. However, I pick up a data type error if I attempt to insert a NULL value for this particular date time field.... What are my options here.....I need the date to come up empty.....what can I do? Many thanks Jason
3
1301
by: Paul | last post by:
For the past several projects, I have been using an Access 2000 .adp file to create and manage the database on the remote SQL Server. It has worked very well for me and is a very fast, simple way to take care of minor updates. A new project is not going so well, though. No matter what I try, I can not get a connection established. This project is on a server I do not control, so I am having to work only with the information provided to...
2
4946
by: Lauren Quantrell | last post by:
Running Access2000 ADP Project/MSDE on Windows XP... - I Open my Access ADP project. In the Windows Task Manager Processes window MSACCESS.EXE shows up. - I don't do anything else in Access. - I click a toolbar button that executes the code: application.quit in a module in my Acesss project. - My Access project closes. Now there are TWO instances of MSACCESS.EXE showing up in the Windows Task Manager Processes window, my cursor is...
1
1614
by: Lauren Quantrell | last post by:
This works in my Access2000 MDB but not in the MDE created from the same file (on the same workstation): DoCmd.SendObject acSendReport, "myReportName", acFormatRTF, "someone@somewhere.com", , , "mySubject", "myMessage", True I hope someone can shed some light on this. lq
2
1676
by: Roger | last post by:
I've got an access97 app that is being converted to access2000 a dao recordset is different than an ado recordset, and whether or not the app works is determined by the priority of the libraries in the reference list is there some vba code that can a) tell me which of the 2 (dao or ado) is first in the list b) switch the order to put dao first if required
2
1435
by: olle | last post by:
hi everyone. I have this code to apply the filter on a form to a report. In Access97 it worked fine but when I converted it to Access2000 the report shows all records in the table. What has happened? this is the code: strGlobalFilter is a global valiable if me.filter = "" then MsgBox "Apply a filter to the form first." Else
9
1416
by: leen | last post by:
helo...i want to know about something...i think u all know about this...how much the maximum size for Microsoft Access2000 database??can i load bitmap files about 38000..which are about 5gig??? plz... i need an answer...plz... thanks for any help..
2
1194
by: harita320 | last post by:
how can i connect MS Access2000 in Visual Basic
15
4508
by: ravno | last post by:
I am developing an application in MS Access2000 - back-end database MS SQL 2000. When the application starts up, it refreshes link to backend like: ConnectStr = "ODBC;dsn=rd_venteliste;UID=xxx;PWD=yyy;DATABASE=Venteliste" For Each t In CurrentDb.TableDefs If t.SourceTableName <> "" Then t.Connect = ConnectStr t.RefreshLink End If
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9481
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10095
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6741
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5383
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5513
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4054
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3655
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2881
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.