Guys,

When using .dbEditUpdateFlds with radio buttons I can't get the radio buttons to reflect the records data.

here's an example of my code:

Dim eugFlds as string = ""

eugFlds = "fi=ObligateSW|type=radio|val={{0-1}}|tex=Approvalx"

.dbEditUpdateFlds=eugFlds

What am I doing wrong?