Recent content by acarriere

  1. A

    Importing multiple text files into one table

    Thanks for the tips! Here is what I hope is a better formatted version (it seems to change to the big block of text if I press preview): Function ImportCSVFiles() Dim FilesToProcess As Integer Dim i As Integer Dim bArchiveFiles As Boolean Dim sFileName As String Dim sOutFile As...
  2. A

    Importing multiple text files into one table

    Hello, I'm very new to Access and writing code (this is day one). I am trying to import multiple text files from one folder into a table and add a new column that identifies the file name. I've tried to adapt the following code to my needs, but Access 2010 apparently does not like FileSearch. I...
  3. A

    Hello

    Hi, this is my first day of trying to get an Access database up and running. I'm a behavioural ecology grad student in Canada.
Back
Top Bottom