I have two fields. Advances (Currency) and Credit (Yes/No)
I would like have it that when an amount is entered into the Advances field it would tick the box in the Credit field. Similarily you cannot tick the Credit box when there is no amount in the Advances field
I am not good at code but something like the following
If Advances = False then
Credit = False
End If
If Advances = True then
Credit = true
End If
Thanks to anyone who can help.
I would like have it that when an amount is entered into the Advances field it would tick the box in the Credit field. Similarily you cannot tick the Credit box when there is no amount in the Advances field
I am not good at code but something like the following
If Advances = False then
Credit = False
End If
If Advances = True then
Credit = true
End If
Thanks to anyone who can help.