Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with .SetFocus on an Option Group?

Status
Not open for further replies.

ffleitas

Technical User
Mar 15, 2001
85
0
0
US
Hello programmers,

I am trying to set the setfocus command to an option box. The error I get is:

Run-Time error '438':
Object doesn't support this property or method


This is what I have in code:


If IsNull(Forms!frmMembersEdit!RepresentativeID) Then

Me!Cleared = No


Forms!frmMembersEdit!SaleMethod.SetFocus



The Option Group's control source is: SaleMethod
Two selections are inside: Option93 and Option95

What would be the correct manner to setFocus on an option Group?


Sincerely,
Felix


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top