ludakrishna420
Registered User.
- Local time
- Today, 12:21
- Joined
- Aug 22, 2007
- Messages
- 13
I am currently a newbie when it comes to Access but I am really proficient with excel. I have been given the task to update our query in a database in which everything that is blank has the work "empty" in the field.
I get the entire query to work but can't get the iff statement to work. I just get a blank.
I have the following entered into the Field section under Design View.
Expr1: IIf([C633_ItemSoldTo_Linked]![SoldTo]="IsNull","Empty",[C633_ItemSoldTo_Linked]![SoldTo])
Any help will be appreciated.
I get the entire query to work but can't get the iff statement to work. I just get a blank.
I have the following entered into the Field section under Design View.
Expr1: IIf([C633_ItemSoldTo_Linked]![SoldTo]="IsNull","Empty",[C633_ItemSoldTo_Linked]![SoldTo])
Any help will be appreciated.