Recent content by DavidPhillips

  1. D

    Create a spec file or set field data types

    I got something that works. Not sure if it is the best way but it will do for now. Instead of using a spec file I decided to read the header line from the first file imported and use that to create a table with all fields as text because the headers are all text. Private Sub...
  2. D

    Create a spec file or set field data types

    Looking for a way to use transfertext to make a table and create a spec file from csv files I am importing. I want all fields in the table to be shorttext. Otherwise I need another way to bring the files into a table. Update: I have a generic spec to use that brings in any data as text...
  3. D

    TransferText without an import spec

    The table you are importing into does not contain the fields you are importing. Try running without the table existing and it will be created.
  4. D

    Hiding the main MS Access program window

    Try adding a form restore before the command to hide the access window. Application.DoCmd.Restore
Back
Top Bottom