G
Guest
I've struggled with this before but I don't remember how I fixed it. I have a
text box that points to a field in a subform.
There is probably a better way to do this, but I've had it! I spent 1 1/2
day's trying to display four hardly important figures > but I don't like to
give up...
So after much frustration, it's time to ask for help.
This is what's in the text box: =[Loaned Equipment].[Form]![txtEquipmentValue]
When there is no value, it displays #Error. I've tried,
IsNull([txtEquipValue]), and that doesn't work. I even tried,
Not(IsNull([txtEquipValue])) or whatever the correct syntax is - and that
actually changed the color of the field! This tells me, the #Error is not a
Null Value???
I could really use some help.
The field it points to is this: =nz(Sum([COUNCS]),0)
Does the nz change it from a null value to something different?
Thx!
text box that points to a field in a subform.
There is probably a better way to do this, but I've had it! I spent 1 1/2
day's trying to display four hardly important figures > but I don't like to
give up...
So after much frustration, it's time to ask for help.
This is what's in the text box: =[Loaned Equipment].[Form]![txtEquipmentValue]
When there is no value, it displays #Error. I've tried,
IsNull([txtEquipValue]), and that doesn't work. I even tried,
Not(IsNull([txtEquipValue])) or whatever the correct syntax is - and that
actually changed the color of the field! This tells me, the #Error is not a
Null Value???
I could really use some help.
The field it points to is this: =nz(Sum([COUNCS]),0)
Does the nz change it from a null value to something different?
Thx!