Hello,
I have a continuous form in VBA whose source is
a linked table in Oracle.
Now the form reads multiple records. In each record there
is radio button control. Based on the user input he clicks on the radio button for some of the records. My problem is when he clicks on a radio button, the same button is activated for the other records which should not happen, since this might vary from on record to another.
What should I do.
THanks.
I have a continuous form in VBA whose source is
a linked table in Oracle.
Now the form reads multiple records. In each record there
is radio button control. Based on the user input he clicks on the radio button for some of the records. My problem is when he clicks on a radio button, the same button is activated for the other records which should not happen, since this might vary from on record to another.
What should I do.
THanks.