Recent content by Sec3Op41514

  1. Sec3Op41514

    Button to browse for csv file and add it to a table

    Thanks just seen this! will take a look :)
  2. Sec3Op41514

    Button to browse for csv file and add it to a table

    Thanks for the info! I always appreciate getting information that allows me to learn and grow more! A couple things though, the csv we are using is constantly changing names. The program that exports it names it based on date and time with no way to make ot change how it's named.. and that is...
  3. Sec3Op41514

    Button to browse for csv file and add it to a table

    haha yes, just one file. again this was from someone who was helping me on reddit.
  4. Sec3Op41514

    Button to browse for csv file and add it to a table

    Yes I can browse for the CSV in some instances.. but it doesnt do anything. It's like i'm calling forth the file but that's it. Someone on reddit had helped me with atleast that far. Here is the code so far: Private Sub Command51_Click() Dim Filename As String Filename =...
  5. Sec3Op41514

    Button to browse for csv file and add it to a table

    Hello! New user here, I am looking for a way to hit a button and add a file to a table. The file name changes constantly based on the date and time so i cannot use a default file location, it HAS to be a browser. I can attach a sample csv to show what the exported file looks like. It either...
  6. Sec3Op41514

    Import CSV files into new tables and append

    It looks like your file is VERY close to what it is i've been searching for for past week. I need a file import browser to be able to add a file to a table (or to delete an existing table and recreate it with the same name while importing the file data). The file being imported changes daily as...
Top Bottom