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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

If no result comes back set "none" otherwise write it

Status
Not open for further replies.

LouLu

Programmer
Jun 10, 2002
3
GB
I have created a statement that says

=If IsNull(<Input Cost>) Then &quot;none&quot;

so it writes none if there is no data back from the database

I need to extend the if to say - else write the <Input Cost> anyway

If i try to do this with the measure I get a syntax error.

Please help !! ;)
 
why are you creating a variable for it man. All you need to format the cell thats alll.... type none in the undefined area and ur problem will get solved
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top