Search results

  1. A

    File Dialog Save As issue !

    Dear Friends, I am importing a .CSV file into my project, then after editing and alteration through VBA code, I export it in .TXT format. Till here everything is going fine. What I want is that, when a user exports the file, the FileDialogSaveAs box, must have the initial file name or say...
  2. A

    Text box and query !

    Hello, I have a CSV file and want to convert it in a text format with some filtered data and with some formatting. This is an everyday task for me. So I made a table and imported the data in to it by the command : DoCmd.TransferText acImportDelim, "fo Import Specification", "fo"...
Back
Top Bottom