ok.. let's see..
if you trace the following code:
Code:
Private Sub GBP_Click()
If Me.GBP.Value = True Then
Me.EURO.enabled= False
Else
Me.EURO.enabled= False
End If
End Sub
did this work??
it should be disabling one of them.. also you will have to uncheck it if when you disable it with
(thanks marco!) euro.value = vbunchecked
can you trace the code to see if no other part enable it again???
HTH
Gonzalo