S
Silvio
Hello, I have a macro that open and filter a form based on two conditions:
CustomerID and ProgramID. However, it does not filter as intended. I most
likely I am missing something when concatenating the two conditions, any idea?
="[Customer_ID]=" & [CustomerID] And "[Program_ID]=" & [ProgramID]
P.S. CustomerID and ProgramID are both numeric.
Thank you,
Silvio
CustomerID and ProgramID. However, it does not filter as intended. I most
likely I am missing something when concatenating the two conditions, any idea?
="[Customer_ID]=" & [CustomerID] And "[Program_ID]=" & [ProgramID]
P.S. CustomerID and ProgramID are both numeric.
Thank you,
Silvio