G
GaryB
Hi,
I'm obviously missing something very simple here! I'd like to set the
value of a custom text field when the user clicks an option button.
The following doesn't work - for reasons that must be obvious to
someone out there:
Sub obtnPhone_Click
[TypeOfComplaint] = "Phone"
End Sub
It seems that I am not referencing the field (TypeOfComplaint)
correctly, because when I change the code to:
Sub obtnPhone_Click
[To] = "Phone"
End Sub
It works as expected.
I'd be very grateful for the help of some kind soul...
Thanks very much.
Rgds
GaryB
I'm obviously missing something very simple here! I'd like to set the
value of a custom text field when the user clicks an option button.
The following doesn't work - for reasons that must be obvious to
someone out there:
Sub obtnPhone_Click
[TypeOfComplaint] = "Phone"
End Sub
It seems that I am not referencing the field (TypeOfComplaint)
correctly, because when I change the code to:
Sub obtnPhone_Click
[To] = "Phone"
End Sub
It works as expected.
I'd be very grateful for the help of some kind soul...
Thanks very much.
Rgds
GaryB