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

Display text based on If statement 1

Status
Not open for further replies.

Bronte1226

Technical User
Oct 18, 2002
123
US
I need to create a query where the value for a field is "on file" if the underlying field in a table is not null and blank (the actual value of the field) if it is null. How do I go about this?
 
NewValue: IIf([underlaying field] Is Null, Null, 'on file')

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top