Unbound Textbox

G

Guest

One last question and I should be done. I have an unbound textbox on a report with a control source =Avg([FOOTAGE]). If there is a null value in FOOTAGE, I normally enter a <>0 under criteria if I was working with a query. Unfortunately, I am working with a report and I think there is no criteria area. Where would I need to do this in a report to allow Null values to not be entered into the formula.
 
M

Marshall Barton

Frank said:
One last question and I should be done. I have an unbound textbox on a report with a control source =Avg([FOOTAGE]). If there is a null value in FOOTAGE, I normally enter a <>0 under criteria if I was working with a query. Unfortunately, I am working with a report and I think there is no criteria area. Where would I need to do this in a report to allow Null values to not be entered into the formula.


The aggregate functions always ignore Null values, so that's
not your issue.

If you don't want the report to see records with a zero
value (very different from Null), then the criteria goes
into the report's record source query.

If that's not what you were asking about, please try to
explain it in more detail so I can wrap my head around your
situation.
 

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

Top