Report DCOUNT

  • Thread starter Thread starter Peter Neumaier
  • Start date Start date
P

Peter Neumaier

Hi,

I got a tabel FOO with myColumn.
I want to DCOUNT all fields in myColumn, in table FOO that are not equal
to 0.

In a report I try this:

=DCOUNT("myColumn","FOO","myColumn <> '0' ")

But I receive allways an error. What#s wrong?

Thx!
 
What error do you get? What is the data type of the myColumn field?
 
Ken said:
What error do you get? What is the data type of the myColumn field?
I fixed it:

=DCOUNT("myColumn","FOO","myColumn <> 0 ")

instead of

=DCOUNT("myColumn","FOO","myColumn <> '0' ")


Thx anyway!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top