I have a form with a number of multi option groups that, using the code below write the data to the record. However, what I want to do is to recall that option selected back to the form for editing and I can't find how this is done. Can anyine assist?
VBA Code:
If Me.OptionTuePME.Value Then .Cells(NewRow, 14).Value = "E"
If Me.OptionTuePML.Value Then .Cells(NewRow, 14).Value = "x"
If Me.OptionTuePMNR.Value Then .Cells(NewRow, 14).Value = ""