Hi, I have 3 radion buttons within in Groupbox and a DateTimePicker defined in a form as name shown below

Name Variable Name
Group Box: RBGroup n/a
Radio Buttons: rbMgr, rbSuper & rb3Op Job_Position
DateTimePicker: dtbDOB Staff_DOB

Once the user selects a date and clicks one of the radion buttons. How can I get the value and save it my variable names (eventual saved onto a record)

Please help