J
johnny.c.phan
Hello,
I want to have a MS Access process (guessing it will be a macro with
some VBA code) to extract data from a TXT file and insert into a table
in an MS Access database. The txt file is automatically generated daily
by some other program and is date specific.
There are four data/fields that I need to extract and insert.
Table Field #1
Field Name: Date
Format: mm/dd/yyyy
Source: TXT file, second line below "YESTERDAY" text string
Table Field #2
Field Name: Personal
Format: long integer
Source: TXT file, second line below "PERSONALPAYEES" text string, first
tab delimited column
Table Field #3
Field name: Personal_PickList
Format: long integer
Source: TXT file, second line below "PERSONAL_PICKLIST_PAYEES" text
string, second tab delimited column
Table Field #4
Field Name: PickList
Format: long integer
Source: TXT file, second line below "PICKLIST_PAYEES" text string,
third tab delimited column
Any advice would be greatly appreciated.
jp
I want to have a MS Access process (guessing it will be a macro with
some VBA code) to extract data from a TXT file and insert into a table
in an MS Access database. The txt file is automatically generated daily
by some other program and is date specific.
There are four data/fields that I need to extract and insert.
Table Field #1
Field Name: Date
Format: mm/dd/yyyy
Source: TXT file, second line below "YESTERDAY" text string
Table Field #2
Field Name: Personal
Format: long integer
Source: TXT file, second line below "PERSONALPAYEES" text string, first
tab delimited column
Table Field #3
Field name: Personal_PickList
Format: long integer
Source: TXT file, second line below "PERSONAL_PICKLIST_PAYEES" text
string, second tab delimited column
Table Field #4
Field Name: PickList
Format: long integer
Source: TXT file, second line below "PICKLIST_PAYEES" text string,
third tab delimited column
Any advice would be greatly appreciated.
jp