I am brand new to Visual Basic stuff. How would finish the code to allow and edit to be made to a field if "yes" is selected?Code:Private Sub AMOUNT_BeforeUpdate(Cancel As Integer) Select Case MsgBox("Are you sure?", vbYesNo) Case Is = vbYes Case Is = vbNo