chipsworld
Board Regular
- Joined
- May 23, 2019
- Messages
- 164
- Office Version
- 365
Was wondering how I can use a Where statement in a SQL qry
Am doing a mail merge, and trying to avoid the rows in the Name column that only contain a function that returns ""
Am doing a mail merge, and trying to avoid the rows in the Name column that only contain a function that returns ""
Code:
SQLStatement:="SELECT * FROM `" & wsName & "$`", SQLStatement1:=""