Hello everyone,
I'm new in the use of access and I was wondering how to code in visual basic the following request:
I'm trying to go to an specific tab in a form and if i put a value in tab "Refunded amount" I want to disable another tab in this case "7%refunded amount".
My coding look as follows:
Private Sub CRRefundedAmount_Enter()
If IsNull(Me.CRRefundedAmount.Value) Then
Me.7%CRRefundedAmount.Locked = False
End If
End Sub
I would really appreciate anyones' help
thanks
I'm new in the use of access and I was wondering how to code in visual basic the following request:
I'm trying to go to an specific tab in a form and if i put a value in tab "Refunded amount" I want to disable another tab in this case "7%refunded amount".
My coding look as follows:
Private Sub CRRefundedAmount_Enter()
If IsNull(Me.CRRefundedAmount.Value) Then
Me.7%CRRefundedAmount.Locked = False
End If
End Sub
I would really appreciate anyones' help
thanks