Hello,
I need to transfer the results of a query to a textfile.
The query is based on three columns namely Familyname, City and Accountnumber.
The format of the textfile is predefined.
The (first) value for Familyname should be in the first line of the textfile.
The (first) value for Accountnumber should be in the third line of the textfile.
This repeted for all records selected by the query.
How can I realize this ?
RV
I need to transfer the results of a query to a textfile.
The query is based on three columns namely Familyname, City and Accountnumber.
The format of the textfile is predefined.
The (first) value for Familyname should be in the first line of the textfile.
The (first) value for Accountnumber should be in the third line of the textfile.
This repeted for all records selected by the query.
How can I realize this ?
RV