C
CD Tom
In my form that I use to start a report I have the user
enter a beginning and ending date and then select a user
from a dropdown list. When I print the report from the
code I have the criteria set to the datesale
between "beginning date" and "Ending Date" and the user =
to the "users number". This works just fine and the
report does what I want it to. My problem is I need to
get a count of all the data between the beginning date
and ending excluding the user. I have put into the form
program a DCount which gives me the correct count I
need. My problem is I can't get the variable with that
count to show up on my report. I've set the variable up
as public but it still doesn't work. Any help would be
appreciated. I also want to use that variable to do some
calculations like percent of total sales.
Tom
enter a beginning and ending date and then select a user
from a dropdown list. When I print the report from the
code I have the criteria set to the datesale
between "beginning date" and "Ending Date" and the user =
to the "users number". This works just fine and the
report does what I want it to. My problem is I need to
get a count of all the data between the beginning date
and ending excluding the user. I have put into the form
program a DCount which gives me the correct count I
need. My problem is I can't get the variable with that
count to show up on my report. I've set the variable up
as public but it still doesn't work. Any help would be
appreciated. I also want to use that variable to do some
calculations like percent of total sales.
Tom