Importing Text File
- From: "Antonio" <Antonio@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 1 Jul 2005 23:51:01 -0700
I have a text file that I need to import into my Access Database. The problem
is, this is the first report I have come across that has data for one patient
(I work in a hospital) spread over 5 rows. Example:
Name Number Location Visit Date Visit Time
Jim.S 999999
CDA
07/05/05
1400
Sally.G 8888888
CDA
07/05/05
1300
I need to get it into a table like this:
Name Number Location VisitDate Time
Jim.S 999999 CDA 07/05/05 1400
SallyG 888888 CDA 07/05/05 1300
I just know the best way to deal with a report like this. I was thinking I
could write expressions that would list the corresponding location, visit
date, and time with the correct patient....but have had no luck.
I really appreciate any help.
Good night and thank you.
.
- Follow-Ups:
- Re: Importing Text File
- From: John Nurick
- Re: Importing Text File
- Prev by Date: RE: controlling formats in imported spreadsheets
- Next by Date: Re: Importing Text File
- Previous by thread: RE: controlling formats in imported spreadsheets
- Next by thread: Re: Importing Text File
- Index(es):