![]() |
Show Non Blanks using MS Query
How do I show non-blanks only, using MS Query?
|
Show Non Blanks using MS Query
If the record fields truly are null (not spaces or "")Try using "IS NOT NULL"
in the criteria: Sample SQL: SELECT rngMyData.Name, rngMyData.Value FROM `C:\ExcelQueries\Lists`.rngMyData rngMyData WHERE (rngMyData.Value Is Not Null) Is that something you can work with? *********** Regards, Ron XL2002, WinXP "hjm" wrote: How do I show non-blanks only, using MS Query? |
Show Non Blanks using MS Query
Thats great, thank you
"Ron Coderre" wrote: If the record fields truly are null (not spaces or "")Try using "IS NOT NULL" in the criteria: Sample SQL: SELECT rngMyData.Name, rngMyData.Value FROM `C:\ExcelQueries\Lists`.rngMyData rngMyData WHERE (rngMyData.Value Is Not Null) Is that something you can work with? *********** Regards, Ron XL2002, WinXP "hjm" wrote: How do I show non-blanks only, using MS Query? |
All times are GMT +1. The time now is 01:37 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com