G
Guest
I have a command button on my main form. I have a subform (lets call it
subForm) with an option group (ogOptionGroup) on it. On the click event of
the Command button, I want to run an If statement referencing the Option
Group. I'm not sure how to do that. If I use:
If ogOptionGroup.value ......I get an error.
Thanks for your help. You all are a great resource.
subForm) with an option group (ogOptionGroup) on it. On the click event of
the Command button, I want to run an If statement referencing the Option
Group. I'm not sure how to do that. If I use:
If ogOptionGroup.value ......I get an error.
Thanks for your help. You all are a great resource.