Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

outlook problem in a database

Status
Not open for further replies.

fluppe689

Programmer
Jul 11, 2008
75
BE
Hi Experts,

I have a table with documents which means that i store a word, excel, pdf, picture file location in a dbf file.
Is it possible to store also an an email in that dbf file which i can open if it still exist ?
So problem 1 : store the location a email subject in the dbf file
problem 2 how to open that specific item on a dubbleclick

wfg,

FILIP
 
My thoughts:

Problem 1: You could add a field in the table specifically for a subject or notes about the file.
Problem 2: A CASE statement of some sort could determine what application to use to open it by looking at the file extension, by using a method or procedure call in the doubleclick event of the control source.



-Dave Summers-
[cheers]
Even more Fox stuff at:
 
Hello Dave,

I think that all the emails are in a pst file or not ???
how do i find the key of the specific email which i can put i a table ???


wfg,

Filip
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top