473,789 Members | 2,806 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Outlook to access

Rob
Hello,
I am having an application in access 2000.I get a file via
email which contains details of trouble tickets and i have set up
this to be moved into a folder,outbox.I get this file as a .csv
file.it is like this ,

Subject: ATS Daily Report
"Ticket #","Operator ID","Date/Time Reported","Date/Time
Resolved","Assi gned To","Reported By: Surname +","OP: Specific
Name/Number +","UI:
Surname +","UI: Contact Data","RC: Type","RC: Component","OP:
Component","Sta tus","Problem Log","OP: Device"
"002997923","jc urry","02/26/04 05:33:45","","p rc transmission serv
del","pdecm4m#" ,"inbound","p&g ","011)44-207-500-4061","","","da ta
issue","Assigne d","02/26/04 05:33:46 jcurry ndm failed with
Destination
disposition not new, but file does not exists, customer stated we made
a change
on our end, and trans is failing This ticket has been escalated to
the
Level 1 Manager This ticket has been escalated to the Level 1 Manager
Tickets Severity is : 1-High Status is : Assigned Current User
Group(s): 02/26/04 10:33:45 (GMT) 02/26/04 05:45:11 jcurry tec
support working on problem Tickets Severity is : 2-Medium
Status is :
Assigned Current User Group(s): [prc transmission serv del] 02/26/04
10:45:11 (GMT) 02/27/04 05:58:05 jcurry their was a change made ti
tis
job,mangement is looking in to it. in the maers time we have to do a
edit to the &DISP2=SHR to &DISP2=NEW. customer has requested on this
job.
Tickets Severity is : 2-Medium Status is : Assigned!
C!
urrent User Group(s): [prc transmission serv del] 02/27/04 10:58:05
(GMT) 02/27/04 11:13:11 wneube stewart 011 44 207 500 4560 wants to
escalate constantly gets phone calls everytime this job fails.......
he
will call jason oneill..... Tickets Severity is : 2-Medium
Status is : Assigned Current User Group(s): [prc transmission serv
del][prc
transmission serv del] 02/27/04 16:13:11 (GMT) ","not applicable".

As you can see this is the csv file.I am trying to write a code to
import this into access table directly.I need help.

At present,I am saving this in a .csv file with import specifications
and then having this file as a linked table to the database.

My intention is to automate this .

Thanks

Rob
Nov 12 '05 #1
1 1701
Rob,

Look at the TransferText method in the Help file.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
re******@pcdata sheet.com
www.pcdatasheet.com

"Rob" <ch*******@yaho o.com> wrote in message
news:60******** *************** ***@posting.goo gle.com...
Hello,
I am having an application in access 2000.I get a file via
email which contains details of trouble tickets and i have set up
this to be moved into a folder,outbox.I get this file as a .csv
file.it is like this ,

Subject: ATS Daily Report
"Ticket #","Operator ID","Date/Time Reported","Date/Time
Resolved","Assi gned To","Reported By: Surname +","OP: Specific
Name/Number +","UI:
Surname +","UI: Contact Data","RC: Type","RC: Component","OP:
Component","Sta tus","Problem Log","OP: Device"
"002997923","jc urry","02/26/04 05:33:45","","p rc transmission serv
del","pdecm4m#" ,"inbound","p&g ","011)44-207-500-4061","","","da ta
issue","Assigne d","02/26/04 05:33:46 jcurry ndm failed with
Destination
disposition not new, but file does not exists, customer stated we made
a change
on our end, and trans is failing This ticket has been escalated to
the
Level 1 Manager This ticket has been escalated to the Level 1 Manager
Tickets Severity is : 1-High Status is : Assigned Current User
Group(s): 02/26/04 10:33:45 (GMT) 02/26/04 05:45:11 jcurry tec
support working on problem Tickets Severity is : 2-Medium
Status is :
Assigned Current User Group(s): [prc transmission serv del] 02/26/04
10:45:11 (GMT) 02/27/04 05:58:05 jcurry their was a change made ti
tis
job,mangement is looking in to it. in the maers time we have to do a
edit to the &DISP2=SHR to &DISP2=NEW. customer has requested on this
job.
Tickets Severity is : 2-Medium Status is : Assigned!
C!
urrent User Group(s): [prc transmission serv del] 02/27/04 10:58:05
(GMT) 02/27/04 11:13:11 wneube stewart 011 44 207 500 4560 wants to
escalate constantly gets phone calls everytime this job fails.......
he
will call jason oneill..... Tickets Severity is : 2-Medium
Status is : Assigned Current User Group(s): [prc transmission serv
del][prc
transmission serv del] 02/27/04 16:13:11 (GMT) ","not applicable".

As you can see this is the csv file.I am trying to write a code to
import this into access table directly.I need help.

At present,I am saving this in a .csv file with import specifications
and then having this file as a linked table to the database.

My intention is to automate this .

Thanks

Rob

Nov 12 '05 #2

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

Similar topics

3
8151
by: Daniel Pope | last post by:
Hello Everybody, I'm preparing for doing a daunting task: to access Out look Microsoft Outlook Express(regardles the operating system and Outlook version) from a Java applet (after the client (user) acknowleges to run this applet on his machine). The user has to read the existent user Microsoft Outlook users accounts and to setup another Microsoft Outlook user accont. As I know so far, that the only way is to access from the applet a...
3
5743
by: Kurt | last post by:
Hi We are developing an off-the-shelf software suite for a certain business sector. Most of the program is simply a GUI on top of some .mdb files. Its a .net application written in c# One major requirement is "Outlook Integration". The Outlook contact folders are to be used for contact management I want to know what is the standard way to do this these days. Most of the information in MSDN seems rather old I first used the Outlook...
3
4989
by: deko | last post by:
When adding Outlook Appointment Items from Access, should I use: Set ol = New Outlook.Application --or-- Set ol = CreateObject("Outlook.Application") Outlook seems to crash either way. The Outlook application (and/or Calendar) may or may not be open when this sub runs.
2
1817
by: Snig | last post by:
Hi I'm into creating a web application in C# (.NET Framework 1.1) which would list and manage the outlook tasks. If I try to do this in a Windows Application, it works fine. But there are many issues in case of Web application. Code: Outlook.Application app = new Outlook.Application();
26
4506
by: Tom Becker | last post by:
Is there a way, from Access, to programmatically click the Send and Receive button in Outlook?
2
10523
by: mik.sjoblom | last post by:
Hello, I have developed a Access application that needs to read mail from Outlook, versions on Access and outlook are 2003. In the code i use mapi to connect to outlook. When i tries to read the subject of a message outlook displays "A program is trying to access e-mail adresses you have stored in Outlook. Do you want to allow this." And then i can allow access for max 10 minutes. My application is use scheduled statupm creating reports...
3
5815
by: bobdydd | last post by:
Hi Everybody Access 2000, Outlook 2000 Windows XP I am running the code below to open Microsoft Outlook from a Command Button. It works fine until I tried it on a machine that has Office installed on something other than the "C" drive. So can anyone advise me how to open Outlook by using a relative path rather than the code I am using here.
1
4347
by: charliej2001 | last post by:
Hi all My access database has import/export capabiltiy of contact details between outlook. The database is getting big now (1000+ contacts) and so are the outlook address books that have the contacts info in them. When I export contacts from access to outlook, it takes a long time because there are so many contacts in the Outlook address book, and it is checking all of these against the contacts coming in, so as to avoid duplicates....
7
6811
by: Dean Spencer | last post by:
Can anyone help? I am importing Emails from Outlook using the following code: Public Function ScanInbox(SubjectLine As String) Dim TempRst As Recordset Dim OlApp As Outlook.Application Dim Inbox As Outlook.MAPIFolder Dim InboxItems As Outlook.Items Dim Mailobject As Object Set OlApp = CreateObject("Outlook.Application")
6
2658
by: Kevin | last post by:
In my business, I use Quickbooks extensively for billing and accounting and a custom built Access DB for project management. I recently began using MS Outlooks contacts quite extensively as well (recently bought a PDA to bring to job sites!). I have been able to get things set up so that I can synchronize my Quickbooks customer and vendor lists with the Outlook contacts, and thus with my PDA and this has been immensely helpful. My DB has...
0
9666
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
10200
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10142
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
6769
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
5422
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
5551
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4093
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
3703
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2909
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.