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

Default value on joined fields

Status
Not open for further replies.
Apr 3, 2002
25
FR
I have 2 tables joined using the left outer join. Instead of returning blank fields from the right table where there is no match on the join is it possible to return a default value?
 
Create a formula similar to the following.

if isnull({field.from.right.side}) then "defaultvalue"
else {field.from.right.side} Mike

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top