If that is true then your program would give a bunch of errors
Code:
    If .SubItems(5) = "fixed" Then
        Option1(5).Value = True
    End If
    If .SubItems(6) = "not fixed" Then
        Option2(6).Value = True
    End If
    Option3(7).Value = True

End With
Missing With statement
Nothing is assigned to the .subitems of what I assume is a listview control somewhere that has been populated with data through code somewhere else.
You show a click event which seemed to make reference to another form
You mention that you are trying to edit something but not a hint as to what or how


It is clear that you do have other code there and that you have not provided the proper info for anyone to help you