G
Guest
I'll start posting here because I'm not sure if this will take a macro or a
VBA module.
I have a form that opens reports based on criteria from the form and the
report depends on which radio option you choose. However, the same report
needs to be opened several times without having to retype the criteria. Is
there a way to refresh the individual radio button so that it loses focus and
can be reselected several times in one sitting (ie, without having to open
and close the form and thus lose the criteria)? If so, is this kind of even
going to OnClick or OnLostFocus or OnMouseUp?
I've tried the refresh command, but since my form is a dialogue, it's not
available.
VBA module.
I have a form that opens reports based on criteria from the form and the
report depends on which radio option you choose. However, the same report
needs to be opened several times without having to retype the criteria. Is
there a way to refresh the individual radio button so that it loses focus and
can be reselected several times in one sitting (ie, without having to open
and close the form and thus lose the criteria)? If so, is this kind of even
going to OnClick or OnLostFocus or OnMouseUp?
I've tried the refresh command, but since my form is a dialogue, it's not
available.