M
Mark Carlyle via AccessMonster.com
Ok, here is what I need to do... I have a CSV file with this info
Date Description Type Ref
No. Debit(-) Credit(+)
7/1/2005 NEW ACCOUNT DEPOSIT Credit
$0.01
The file is named 101012123.CSV
I need to import this file into a table and assign a fieldname
[TrustAcctNumber] = 101012123
The filename is the TrustAcctNumber but I need to truncate the .CSV
The resulting data would be something like
Date Description Type Ref No. Debit(-)
Credit(+) TrustAcctNumber
7/1/2005 NEW ACCOUNT DEPOSIT Credit $0.01 101012123
Date Description Type Ref
No. Debit(-) Credit(+)
7/1/2005 NEW ACCOUNT DEPOSIT Credit
$0.01
The file is named 101012123.CSV
I need to import this file into a table and assign a fieldname
[TrustAcctNumber] = 101012123
The filename is the TrustAcctNumber but I need to truncate the .CSV
The resulting data would be something like
Date Description Type Ref No. Debit(-)
Credit(+) TrustAcctNumber
7/1/2005 NEW ACCOUNT DEPOSIT Credit $0.01 101012123