Search results

  1. K

    exporting a query as a text file through vba

    I have a situation where I need to export a query into a text file to match ASCII standards. I have the query created and I have the code to loop through the query one row at a time and make the appropriate adjustments to each row (needing to add '|' and '~' delimiters for labels and data so...
  2. K

    exporting a query as a text file through VBA

    I have a situation where I need to export a query into a text file to match ASCII standards. I have the query created and I have the code to loop through the query one row at a time and make the appropriate adjustments to each row (needing to add '|' and '~' delimiters for labels and data so...
Back
Top Bottom