T
terry
I am trying to import .csv files into an Access 2002
database. I am usinf code which I have previously used
in Access 97, but for some reason it doesnt appear to
work. The code specifies a file name but also uses a
wildcard to allow for the changes in file name each wee
in accrodance with a date, i.e. filename010704.csv.
This is the code I am using can anyone help.
'DoCmd.TransferText acImportDelim, "CCAT_Hierarchy", _
"tblCCAT", "P:\ccppro_ss_ccat_people*.csv", Yes
database. I am usinf code which I have previously used
in Access 97, but for some reason it doesnt appear to
work. The code specifies a file name but also uses a
wildcard to allow for the changes in file name each wee
in accrodance with a date, i.e. filename010704.csv.
This is the code I am using can anyone help.
'DoCmd.TransferText acImportDelim, "CCAT_Hierarchy", _
"tblCCAT", "P:\ccppro_ss_ccat_people*.csv", Yes