Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

You have entered expression that has no value

Status
Not open for further replies.

rafal444

Programmer
Aug 11, 2006
74
0
0
US
I am getting this error. How to test for it?

I have tried for IsNUll(Value), is error(value) isempty(Value)

All returns False! How to check for this error???
 
How are ya rafal444 . . .

Whats the source of [purple]Value[/purple]?

Perhaps [blue]Me!TextboxName[/blue].Value

[blue]Your Thoughts? . . .[/blue]

Calvin.gif
See Ya! . . . . . .
 
Value is a calculated field on the report. =NullToZero([my query field])
 
rafal444 . . .

Can't say unless you post the function [blue]NullToZero[/blue]!

Calvin.gif
See Ya! . . . . . .
 
The name of the function suggests to me that the following can be used instead:
Code:
=nz([my query field],0)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top