H
hobbit2612 via AccessMonster.com
Hi,
I wonder if someone can help me please.
I have a text box on a form which is populated by data from a query.
Unfortunately, when there is no data the text box shows #Error.
What I would like to do is hide this value unless there is actually proper
data to show. Being a bit of a novice I naturally thought I could use
conditonal formatting, and I've tried various different ways of doing this
without success.
So I've done a bit of digging around on MS help and come up with the formula
below, but again unfortunately it doesn't work. The box remains blank whether
there is data or not.
=IIf(IsNull("Queryname"),0)
Could someone help me please?
Regards
Chris
I wonder if someone can help me please.
I have a text box on a form which is populated by data from a query.
Unfortunately, when there is no data the text box shows #Error.
What I would like to do is hide this value unless there is actually proper
data to show. Being a bit of a novice I naturally thought I could use
conditonal formatting, and I've tried various different ways of doing this
without success.
So I've done a bit of digging around on MS help and come up with the formula
below, but again unfortunately it doesn't work. The box remains blank whether
there is data or not.
=IIf(IsNull("Queryname"),0)
Could someone help me please?
Regards
Chris