문제

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