473,394 Members | 2,071 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Access "link table" to Microsoft Outlook

Hi folks,
I like the idea of being able to link an Access database to Microsoft
Outlook, but I'm wondering:

1.) If I do this, what happens to the e-mail attachments (I'll bet they
get dropped)? If so...

2.) Is there any way to "strip" the attachment, and save it to a
pre-designated location?

Thank you,
Craig

Aug 2 '06 #1
5 4173

Craig wrote:
Hi folks,
I like the idea of being able to link an Access database to Microsoft
Outlook, but I'm wondering:

1.) If I do this, what happens to the e-mail attachments (I'll bet they
get dropped)? If so...

2.) Is there any way to "strip" the attachment, and save it to a
pre-designated location?

Thank you,
Craig
Access doesn't actually do anything to your Outlook containers, it just
reads the contents. There's no need to strip the attachments or
anything else. You can if you want, but none of it is necessary.

Aug 2 '06 #2
Thank you, Pietlin.

Is there any way, that you're aware of, to "programatically" (I assume
by VBScript) strip off the attachment and store it somewhere else (that
can be backed up, etc.).

Craig
pietlin...@hotmail.com wrote:
Craig wrote:
Hi folks,
I like the idea of being able to link an Access database to Microsoft
Outlook, but I'm wondering:

1.) If I do this, what happens to the e-mail attachments (I'll bet they
get dropped)? If so...

2.) Is there any way to "strip" the attachment, and save it to a
pre-designated location?

Thank you,
Craig

Access doesn't actually do anything to your Outlook containers, it just
reads the contents. There's no need to strip the attachments or
anything else. You can if you want, but none of it is necessary.
Aug 2 '06 #3
Why would you use VBScript if your already working in Access, use VBA to do
this.
--

Terry Kreft
"Craig" <cr***********@gmail.comwrote in message
news:11**********************@s13g2000cwa.googlegr oups.com...
Thank you, Pietlin.

Is there any way, that you're aware of, to "programatically" (I assume
by VBScript) strip off the attachment and store it somewhere else (that
can be backed up, etc.).

Craig
pietlin...@hotmail.com wrote:
Craig wrote:
Hi folks,
I like the idea of being able to link an Access database to Microsoft
Outlook, but I'm wondering:
>
1.) If I do this, what happens to the e-mail attachments (I'll bet
they
get dropped)? If so...
>
2.) Is there any way to "strip" the attachment, and save it to a
pre-designated location?
>
Thank you,
Craig
Access doesn't actually do anything to your Outlook containers, it just
reads the contents. There's no need to strip the attachments or
anything else. You can if you want, but none of it is necessary.

Aug 2 '06 #4
Oh, right. Duh.

Have you seen any examples of how this might be done using VBA?

Craig
Terry Kreft wrote:
Why would you use VBScript if your already working in Access, use VBA to do
this.
--

Terry Kreft
"Craig" <cr***********@gmail.comwrote in message
news:11**********************@s13g2000cwa.googlegr oups.com...
Thank you, Pietlin.

Is there any way, that you're aware of, to "programatically" (I assume
by VBScript) strip off the attachment and store it somewhere else (that
can be backed up, etc.).

Craig
pietlin...@hotmail.com wrote:
Craig wrote:
Hi folks,
I like the idea of being able to link an Access database to Microsoft
Outlook, but I'm wondering:

1.) If I do this, what happens to the e-mail attachments (I'll bet
they
get dropped)? If so...

2.) Is there any way to "strip" the attachment, and save it to a
pre-designated location?

Thank you,
Craig
>
Access doesn't actually do anything to your Outlook containers, it just
reads the contents. There's no need to strip the attachments or
anything else. You can if you want, but none of it is necessary.
Aug 2 '06 #5
did you try searching the NG? In all seriousness, there's a ridiculous
amount of code here that's free for the taking. if it doesn't work for
you, feel free to adapt it so it does...

http://groups.google.com/group/micro...9ea0c416cb98d5

Aug 3 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: tabonni | last post by:
Hi All I connected MS Exchange Server to MS Access database using Access link table function. I can open the database table and see the fields and data inside the link table. However, the table...
4
by: JJ | last post by:
Hi, usually, I'm not using MS servers, but I have a big problem with a Access table. I should create a web application for a Historical Dipartment. They have created a populated a Access...
6
by: Paul T. Rong | last post by:
Dear all, Here is my problem: There is a table "products" in my access database, since some of the products are out of date and stopped manufacture, I would like to delete those PRODUCTS from...
8
by: brian kaufmann | last post by:
Hi, I'm new to Access and this may be a basic question but I would appreciate it if you could let me know how to do this: I've created an Access table and would like to insert a column with...
5
by: premmehrotra | last post by:
I am using Microsoft Access 2000 and Oracle 9.2.0.5 on Windows 2000. When I export a table from Access to Oracle using ODBC I get error: ORA 972 identifier too long I think the error is because...
2
by: Kenneth D Buelow | last post by:
Is there a way to generate a listing of some/all of the "field descriptors" for an ACCESS table? I am a SAS user and am looking for something like SAS's proc CONTENTS which generates a basic "data...
3
by: bcanavan | last post by:
If I push/pull an xml file from/to a client pc across the internet, can Access link to it directly, or would I have to import the xml data to a table? If I have to import it, what features might...
12
by: VMI | last post by:
For some reason, the process of retrieving data (about 20 records) from an Access table that has 400K records to a dataTable is taking over 3 mins. to complete. Below is my code to connect to the...
3
by: roy_ware | last post by:
I'm using a VB.Net interface to load an Access table. The relationship is 1 input record to many table rows. The problem is that the first name of the first row is populated for every row on the...
7
by: farhaaad | last post by:
Hi everybody, I just wanted to know if i can make a form in excel (the same as access forms), so when i enter data in excel form it goes to a table in access ? I mean when i enter a value in a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...

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.