hello every one
i got a situation

i added 3 option buttons to my form
and everything is working ok when i pick one of the 3
the problem is when i edit the customer to chenge some thing is the option button
it dosnt show me what i choosed before.(EX if i choose fixed and press the edit button it dosnt show the option button marked)
this is what i tried to do but no luck.
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
tnx in advacend