Hi I have multiple users on laptops out and about I have
created a file with which I collect data and readings.
I would like to be able to output this information and
send it as a csv file for use in a main file to be
created on the desktop of the machine when a button is
pressed on my form
Is it easy to export a csv file using a button?
Rob
Howard Brody - 04 Mar 2005 20:23 GMT
Use the TransferText command in the OnClick event of the CommandButton.
> Hi I have multiple users on laptops out and about I have
> created a file with which I collect data and readings.
[quoted text clipped - 7 lines]
>
> Rob