How to use excel function in access db? We have a policy numbers I would like to know if the policy number repeats return 0 otherwise 1
In excel: =IF(A2=A1),1,0
How can I write this formula in access?
Please appreciate your help.
Thanks.
How to use excel function in access db? We have a policy numbers I would like to know if the policy number repeats return 0 otherwise 1
In excel: =IF(A2=A1),1,0
How can I write this formula in access?
Please appreciate your help.
Thanks.
Copyright © 2021 Jogjafile Inc.
In Access VBA you would use a Boolean (True/False)
If you insist, that Match must be an Integer, this will do:
In a query it would be like: