PARAMETER QUERY - (1 Viewer)

D

Doneberhart

Guest
I'm trying to get my report to show the parameter even if there is no data. I can get it to show the parameter if there is data but it shows #error# if there is no matching data.
 

Lou

New member
Local time
Today, 00:42
Joined
Oct 6, 1999
Messages
8
Try using as iif statement in the Control Source such as:

=iif([beer_sales]>0,sum([beer_sales]),0)

I am assuming that you are dealing with blank data fields.

Hope this helps.
...Lou
 

Users who are viewing this thread

Top Bottom