Focus Issue



I need to set a command button's visibility to
FALSE when it receives the focus. So, I first
need to move the focus to some innocuous
control, most desirably the form itself. I've
tried Me.Form.SetFocus, but that doesn't
seem to have any affect. What's the expression
to move the focus to the form?

Thanks,
Bill



.


Loading