J
Jason
I am using a Transfer text macro to export the results of
a bunch of queries to text files.
However, I dont want it to create the file if the query
returns no results.
What do I have to put in the condition box of that line
for this to happen?
I tried:
Is not null ([Query Name]![Field Name])
but that didn't work.....
a bunch of queries to text files.
However, I dont want it to create the file if the query
returns no results.
What do I have to put in the condition box of that line
for this to happen?
I tried:
Is not null ([Query Name]![Field Name])
but that didn't work.....