G
Guest
I currently am running a transferText Macro that calls a existing query that
selects 7 fields from each record in a database table and exports the data to
a text file.
I would like to include on the first line of the file a Count(*) of how many
records are in the table.
I was thinking that there are 2 ways to approach it. Modify the query to
first select the Count(*), then do the normal select.
Or Run 2 transferText actions in the macro, where the 1st does the count(*)
& the 2nd transfertext action APPENDS all the tables records onto the end of
the text file that contains the Count(*) value.
Would greatly appreciate any suggestions out there to these 2 courses of
action or a new suggestion.
Thanks in Advance
selects 7 fields from each record in a database table and exports the data to
a text file.
I would like to include on the first line of the file a Count(*) of how many
records are in the table.
I was thinking that there are 2 ways to approach it. Modify the query to
first select the Count(*), then do the normal select.
Or Run 2 transferText actions in the macro, where the 1st does the count(*)
& the 2nd transfertext action APPENDS all the tables records onto the end of
the text file that contains the Count(*) value.
Would greatly appreciate any suggestions out there to these 2 courses of
action or a new suggestion.
Thanks in Advance