I was wondering if I could setup an "IF" condition in the DLookup function. This is how it looks now.
=DLookUp("RecoveryCharges","Configuration","ModelID=Forms!ViewBb!ModelID"
But I have a condition. If "US" check box on the form is checked I want DLookup function to look up field "RecoveryChargesUS" and if "US" check box is not checked then I want to look up "RecoveryCharges" as it is in the above line of code
Please help me with this
Thanks
=DLookUp("RecoveryCharges","Configuration","ModelID=Forms!ViewBb!ModelID"

But I have a condition. If "US" check box on the form is checked I want DLookup function to look up field "RecoveryChargesUS" and if "US" check box is not checked then I want to look up "RecoveryCharges" as it is in the above line of code
Please help me with this
Thanks