I'm putting together a simple page that shows records marked as blocked by admin. The field is user-block and the options are FALSE or TRUE.
I imagined that Query would be:
"Select * from Usuarios WHERE user-block = "&TRUE&" order by NOME asc"
But this select returns missing parameter error
Can anyone explain what's wrong with the statement?