oxicottin Learning by pecking away.... Local time Today, 16:50 Joined Jun 26, 2007 Messages 888 Sep 13, 2022 #1 Hello, when I close my form2 I want to set an option "opt1" as selected in form1 option group "optReportGroup". What VBA do I use in the close of form 2 to make this happen?
Hello, when I close my form2 I want to set an option "opt1" as selected in form1 option group "optReportGroup". What VBA do I use in the close of form 2 to make this happen?
cheekybuddha AWF VIP Local time Today, 21:50 Joined Jul 21, 2014 Messages 3,025 Sep 13, 2022 #2 What is the value of opt1? Normally you just set the value of the option group. EG Me.optReportGroup = 1
What is the value of opt1? Normally you just set the value of the option group. EG Me.optReportGroup = 1
oxicottin Learning by pecking away.... Local time Today, 16:50 Joined Jun 26, 2007 Messages 888 Sep 13, 2022 #3 cheekybuddha said: What is the value of opt1? Normally you just set the value of the option group. EG Me.optReportGroup = 1 Click to expand... its option 1, I kept thinking I had to set focus to the group then the option.... Thanks that worked!
cheekybuddha said: What is the value of opt1? Normally you just set the value of the option group. EG Me.optReportGroup = 1 Click to expand... its option 1, I kept thinking I had to set focus to the group then the option.... Thanks that worked!