A
Amy Blankenship
I don't use Access reports very often, so please excuse the stupid question.
I have several controls that are (or should be) showing numeric values on my
form. However, if the field is null, they don't show anything. That's
fine, sez I, I'll just change the data bound to the control from MyField to
Nz(MyField, 0). The problem is, this gives an error. On a hunch, I changed
the name of one of these fields and dragged a second copy of the control
from the field list and made it invisible. The renamed control then showed
the correct value. However, I'd rather not have two sets of every control,
one with the value, and one that does the NZ on it. I have a feeling I've
missed something here, but I'm not sure what.
Thanks;
Amy
I have several controls that are (or should be) showing numeric values on my
form. However, if the field is null, they don't show anything. That's
fine, sez I, I'll just change the data bound to the control from MyField to
Nz(MyField, 0). The problem is, this gives an error. On a hunch, I changed
the name of one of these fields and dragged a second copy of the control
from the field list and made it invisible. The renamed control then showed
the correct value. However, I'd rather not have two sets of every control,
one with the value, and one that does the NZ on it. I have a feeling I've
missed something here, but I'm not sure what.
Thanks;
Amy