Ciao,
forse puoi usare una cosa del genere

select * from tua_tab where len(campo1) > 0
-->access

select * from tua_tab where length(campo1) > 0
-->mysql