excel_1317
Board Regular
- Joined
- Jun 28, 2010
- Messages
- 212
I am new to Access, just wanted to ensure that is below is achievable in MS Access.
=IF(IFNA(VLOOKUP(C4,$A:$A,1,0),"")=C4,"Yes","No")
So, I have 2 tables in Access, i just want to create a query which lookup Account number from in Table 1 in Table 2 and return a Yes if the account number is present in Table 2 and No if Account Number is not present in table 2. Just like above excel function.
=IF(IFNA(VLOOKUP(C4,$A:$A,1,0),"")=C4,"Yes","No")
So, I have 2 tables in Access, i just want to create a query which lookup Account number from in Table 1 in Table 2 and return a Yes if the account number is present in Table 2 and No if Account Number is not present in table 2. Just like above excel function.