I have an option group in access form. Option group contains 2 radio buttons.How do i make one of the radio button select by default. i tried to set option group Default value =

        [ogrp].[DefaultValue]=2

It is not working.

有帮助吗?

解决方案

Make one of the radio button select by default by

   Me.OptionGroupname.DefaultValue=1 'DefaultValue= change as required 
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top