How-Export a report as a text with Delimited

miguel vasquez

Registered User.
Local time
Today, 15:41
Joined
Nov 11, 2002
Messages
36
Can anybody tell me how to export a report as a text file with delimited. I am trying to use the "TransferText" but i doesn't ask me for a delimited. I can export it, but without the delimited.

Please help
 
Miguel,

Your report should have some underlying dataset; i.e. a query or table. You can export that query or table as text delimited, but when you export the report it will just create a text file formatted like the report itself. At least this is the way I understand it. If I'm wrong, maybe someone can correct me.

Keith
 
Keith,

The problem is that I have some formulas in my report, and I had to create those formulas with Variables in VBA, so It can NOT be done in a query. That's why I need either to send my report data to a Table or send the data to a text file with delimited to export it back to my database.
 
Maybe somebody knows if you can do this or not. I'm unaware of a way to do that. Sorry I couldn't be of any help.
 

Users who are viewing this thread

Back
Top Bottom