LarryDeLaruelle
Technical User
Is it possible to set the value of an option group using VBA?
I have an option group for school semesters and would like to set the selection based on semester dates.
I have tried to assign the value to the bound frame using:
fraSemester = intQtr (intQtr is set using a date comparison test) and get the response that I can't set a value for the object.
I have also tried to set the Value and OptionValue and tried to set the specific option button OptionValue.
Access Help doesn't in this case.
Larry De Laruelle
ldelaruelle@familychildrenscenter.org
I have an option group for school semesters and would like to set the selection based on semester dates.
I have tried to assign the value to the bound frame using:
fraSemester = intQtr (intQtr is set using a date comparison test) and get the response that I can't set a value for the object.
I have also tried to set the Value and OptionValue and tried to set the specific option button OptionValue.
Access Help doesn't in this case.
Larry De Laruelle
ldelaruelle@familychildrenscenter.org