Creating a macro query to prevent null records from exporting

KapriRKarma

New member
Local time
Yesterday, 16:03
Joined
Nov 9, 2022
Messages
5
Hi Team,

I am new to this platform looking for some guidance. I need help on creating a query to prevent null records from exporting to a excel file.
 
you dont need the macro, just make the query:
qsDataNoNull
select * from table where not ([field1] is null)

well then, i guess the macro is: transferspreadsheet ...."qsDataNoNull'....
 
Thank you, where would I put "qsDataNoNull" in the argument statement?
 
That is the name of the query..
use a macro, in it use command: transferspreadsheet....
(or TransferSOMETHING...)
 

Users who are viewing this thread

Back
Top Bottom