davidmcolaco
Technical User
Hi,
I have a form where I display some stats from what zone in country are the customers from, but I want to count the records where I don't have information too, that are empty.
How can I do that? I was trying this code, but it doesn't work.
ClientesRS.Open "SELECT * From Clientes WHERE c_distrito=''", m_oConn
txtSemDistrito.Text = ClientesRS.RecordCount
Thanks in advance.
I have a form where I display some stats from what zone in country are the customers from, but I want to count the records where I don't have information too, that are empty.
How can I do that? I was trying this code, but it doesn't work.
ClientesRS.Open "SELECT * From Clientes WHERE c_distrito=''", m_oConn
txtSemDistrito.Text = ClientesRS.RecordCount
Thanks in advance.