CREATING A AUTOMATED BUTTON

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Experts,

I wish to create a button to simplify my data export processes. I want to
export a
table using a query name myquery1 into "fixed width format text file". I
want to
learn how to create a button in a form, of which has the code behind to run
the
export function to "fixed width format text file" using "Export
Specification" named
exspec. Pls guide me ..

TQ
 
Hi GW

Look up the TransferText method in the online help.

It allows you to name the export specification you want to use, along with
the table/query you wish to export and the destination file name.
 
Back
Top