I have two Excel tables that I imported into an Access Database. [blue]I want to check a certain column[/blue] "Customer_ID" (Maybe even two) [blue]in Table1 with Table2[/blue]. [blue]Make sure its all the same Line by Line,[/blue] If not, a third column in my Query named "MATCH" can say a Yes/No.
I was thinking about using an expression (If Statement) for this situation, dont know if I'm headed in the right direction. Any helpful hints will be greatly appreciated, Thanx. So far I wrote:
MATCH: IIf([CUST_ID]=[CUST_ID2],Null)
p.s., I was going to use the same name CUST_ID for Table2 too, but it doesn't accept it, is there a way that it could, so I wont have to manually change the Column Name each time?
I was thinking about using an expression (If Statement) for this situation, dont know if I'm headed in the right direction. Any helpful hints will be greatly appreciated, Thanx. So far I wrote:
MATCH: IIf([CUST_ID]=[CUST_ID2],Null)
p.s., I was going to use the same name CUST_ID for Table2 too, but it doesn't accept it, is there a way that it could, so I wont have to manually change the Column Name each time?