E
EZ
I'm querying two tables. Basically I need to lookup values in tabl2 and match
them in ranges(columns) in tbl1, if all conditions are met, I want to show a
"Y", otherwise a "N". I have this formula working in Excel, and I know Access
acts a little different than Excel, but I need help on how to modify this
formula to work in Access. Thanks.
ProdBDC:=IF(AND(ISNUMBER(MATCH([tbl2].[BDC_CD],[tbl1].[BDC_CD]0)),ISNUMBER(MATCH([tbl2].[Dest_Loc],[tbl1].[Loc],0)))),"Y","N")
them in ranges(columns) in tbl1, if all conditions are met, I want to show a
"Y", otherwise a "N". I have this formula working in Excel, and I know Access
acts a little different than Excel, but I need help on how to modify this
formula to work in Access. Thanks.
ProdBDC:=IF(AND(ISNUMBER(MATCH([tbl2].[BDC_CD],[tbl1].[BDC_CD]0)),ISNUMBER(MATCH([tbl2].[Dest_Loc],[tbl1].[Loc],0)))),"Y","N")