jimday1982
Registered User.
- Local time
- Today, 06:03
- Joined
- May 13, 2004
- Messages
- 81
This seems pretty simple, but is giving me trouble - I am just trying to get my query to compare each record to see if [Teledynamics Inventory].[item_number] = [Teledynamics Errors].[sku] and if it is the same, use "ASIN" as the data in the query, and if not, use [CE Template - Teledynamics]![product-id-type]. When I run my query, it comes up with a prompt for me to input a value for [Teledynamics Errors].[sku]...I don't understand why because it's populated with skus...am I missing something? The code I'm using is below:
Expr1: IIf([Teledynamics Inventory].[item_number]=[Teledynamics Errors].[sku],"ASIN",[CE Template - Teledynamics]![product-id-type])
Thanks!
Expr1: IIf([Teledynamics Inventory].[item_number]=[Teledynamics Errors].[sku],"ASIN",[CE Template - Teledynamics]![product-id-type])
Thanks!