A
Al
I need to import a text file into access. the files is
large but the following is a sample of how it looks:
'''''''''''''''''''''''''''''''''''''''''
CLIA NUMBER,LABTYPE,FACILITY NAME,FACILITY
NAME2,STREET,STREET2,CITY,STATE, ZIP,ZIP2,PHONE
"01D0026356","10","SHELBY BAPTIST MEDICAL CENTER","","1000
FIRST STREET,
NORTH","","ALABASTER","AL","35007","","2056208902"
"01D0026428","10","WOODLAND COMMUNITY HOSPITAL
LAB","","1910 CHEROKEE
AVE SW","","CULLMAN","AL","35055","5502","2567393500"
"01D0026438","10","CULLMAN REGIONAL MED CTR/RESP CARE
DEP","","1912 AL
HIGHWAY 157","","CULLMAN","AL","35055","","2567372494"
"01D0026498","10","ST CLAIR REGIONAL HOSPITAL
LABORATORY","","2805 DR
JOHN HAYNES DRIVE","","PELL
CITY","AL","35125","","2053383301"
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
the first 2 lines represent the column headers or field
names the every comma afterwards is a column separator
that lines the data with the field name in the first 2
lines respectively, ex:
CLIA NUMBER LABTYPE FACILITY NAME
01D0026356 10 SHELBY BAPTIST MEDICAL CENTER
Can someone help thanks
al
large but the following is a sample of how it looks:
'''''''''''''''''''''''''''''''''''''''''
CLIA NUMBER,LABTYPE,FACILITY NAME,FACILITY
NAME2,STREET,STREET2,CITY,STATE, ZIP,ZIP2,PHONE
"01D0026356","10","SHELBY BAPTIST MEDICAL CENTER","","1000
FIRST STREET,
NORTH","","ALABASTER","AL","35007","","2056208902"
"01D0026428","10","WOODLAND COMMUNITY HOSPITAL
LAB","","1910 CHEROKEE
AVE SW","","CULLMAN","AL","35055","5502","2567393500"
"01D0026438","10","CULLMAN REGIONAL MED CTR/RESP CARE
DEP","","1912 AL
HIGHWAY 157","","CULLMAN","AL","35055","","2567372494"
"01D0026498","10","ST CLAIR REGIONAL HOSPITAL
LABORATORY","","2805 DR
JOHN HAYNES DRIVE","","PELL
CITY","AL","35125","","2053383301"
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
the first 2 lines represent the column headers or field
names the every comma afterwards is a column separator
that lines the data with the field name in the first 2
lines respectively, ex:
CLIA NUMBER LABTYPE FACILITY NAME
01D0026356 10 SHELBY BAPTIST MEDICAL CENTER
Can someone help thanks
al