J
JohnE
I am creating a report from scratch as it will be mainly a
simple report showing various statistics from the database
tables. A few examples are: total number of clients,
total number active clients, total revenue, etc. Most all
of this info comes from different tables. I have
considered doing a query(ies) but that became to
cumbersome. So, I would like to place in the control
source of the textboxes an expression. However, I am not
doing it right, not even with the expression bldr.
I seek the guidance of someone to get me started correctly
in the right direction by showing me the correct
expression.
table is usrtblClientInformation
field is ClientCode
field is Status
I would like to count the total number of clients (less
the demos).
Another example is same as above but for only the number
of active clients.
Push gently in the right direction. And thanks.
*** John
simple report showing various statistics from the database
tables. A few examples are: total number of clients,
total number active clients, total revenue, etc. Most all
of this info comes from different tables. I have
considered doing a query(ies) but that became to
cumbersome. So, I would like to place in the control
source of the textboxes an expression. However, I am not
doing it right, not even with the expression bldr.
I seek the guidance of someone to get me started correctly
in the right direction by showing me the correct
expression.
table is usrtblClientInformation
field is ClientCode
field is Status
I would like to count the total number of clients (less
the demos).
Another example is same as above but for only the number
of active clients.
Push gently in the right direction. And thanks.
*** John