steve229922
Technical User
I'm struggling to write a procedure that will:
import a .txt file into access and then parse the data into fields. the data in the .txt file looks like this--
LAST NAME: Smith
FIRST NAME: PAUL
MIDDLE NAME: JOSEPH
ADDRESS 1: 318 Palisade Avenue
ADDRESS 2:
CITY: Newark
STATE: NJ
ZIP CODE: 06285
ADMISSION DATE: 8/1/2003
LAST NAME: Franks
FIRST NAME: AMANDA
MIDDLE NAME:
ADDRESS 1: 1245 Liberty Ave. #457
ADDRESS 2:
CITY: Pittsburgh
STATE: IL
ZIP CODE: 15222
ADMISSION DATE: 8/1/2003
LAST NAME: Washington
FIRST NAME: PETER
MIDDLE NAME: M
ADDRESS 1: 554 Pompton Turnpike, Apt Q
ADDRESS 2:
CITY: Pompton Plains
STATE: NJ
ZIP CODE: 07444
ADMISSION DATE: 8/1/2003
any samples of code, suggestions very much appreciated!!! thanks!
import a .txt file into access and then parse the data into fields. the data in the .txt file looks like this--
LAST NAME: Smith
FIRST NAME: PAUL
MIDDLE NAME: JOSEPH
ADDRESS 1: 318 Palisade Avenue
ADDRESS 2:
CITY: Newark
STATE: NJ
ZIP CODE: 06285
ADMISSION DATE: 8/1/2003
LAST NAME: Franks
FIRST NAME: AMANDA
MIDDLE NAME:
ADDRESS 1: 1245 Liberty Ave. #457
ADDRESS 2:
CITY: Pittsburgh
STATE: IL
ZIP CODE: 15222
ADMISSION DATE: 8/1/2003
LAST NAME: Washington
FIRST NAME: PETER
MIDDLE NAME: M
ADDRESS 1: 554 Pompton Turnpike, Apt Q
ADDRESS 2:
CITY: Pompton Plains
STATE: NJ
ZIP CODE: 07444
ADMISSION DATE: 8/1/2003
any samples of code, suggestions very much appreciated!!! thanks!