I
Isis
Using VB how do I reference the value of an unbound control on a form ?
The form has a combo box which contains displays a list of 'Types' from a
'Colours' Table - once the user has selected a value in this control I
want to reference the value chosen in VB.
The Control is called 'ListType' and I want to do something like;
If [LISTTYPE] = "Standard" Then
Do Something
Else If [LISTTYPE] = "Brown" Then
Do Something
Else
Do something else
End If
Thanks for any help
The form has a combo box which contains displays a list of 'Types' from a
'Colours' Table - once the user has selected a value in this control I
want to reference the value chosen in VB.
The Control is called 'ListType' and I want to do something like;
If [LISTTYPE] = "Standard" Then
Do Something
Else If [LISTTYPE] = "Brown" Then
Do Something
Else
Do something else
End If
Thanks for any help