Another Question

L

Lee

Hi,
I presume the option buttons are within a Frame and that
you are referring to the Frame value when you click the
command button? For example,
If NameOfFrame = 1 Then
DoCmd.OpenForm blah, blah....

HTH
Lee
 
Top