Great thanks for the help..

Would something like this work? Because I am doing something wrong I think.
code:
  Select
Case $Opt1.OnClick
$Choice = 1
Case $Opt2.OnClick
$Choice = 2
Case $Opt3.OnClick
$Choice = 3
Case $Opt4.OnClick
$Choice = 4
$UsrDB = $txtDBName.Text
EndSelect

_________________________
Austin Henderson