Fill radio button in the access form

abc - Copy.xlsx (8.1 KB)


I wan to display radio value in the excel sheet on access form radio button
sample excel sheet attached
help me

is the selector not available for the radio buttons? (use UiExplorer to see if you can)

If yes,
you can use an if activity - row.item(“radioval”).equals(“yes”)
Select Yes
Else Select No

@Mahesha_Mendis

Use Click activity and indicate both radio buttons separately. Then read the value from Excel file and if it is yes then click Yes radio button else No radio button.

1 Like

thank you very much it work :star_struck::star_struck::star_struck:

1 Like

check by placing click value, capture the selector, and pass the value

@Mahesha_Mendis

Glad to help you. Happy Automation :grinning:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.