Dropdown boxes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QXJ0dXJv?=

    #1

    Dropdown boxes

    In Access I use Me.Field2.Dropd own in the OnGotFocus event. In the
    AfterUpdate event of Field1 I use the following:

    If Field1 = "x" Then
    Field2 = "y"
    Field3.Setfocus
    End If

    The problem is the focus stays on Field2, the dropdown function is
    activated, and the focus doesn't move to Field3. Can you help?
  • Stephany Young

    #2
    Re: Dropdown boxes

    Try an MS Access group.


    "Arturo" <Arturo@discuss ions.microsoft. comwrote in message
    news:18D10D76-F54A-471E-95CA-A976AA39641A@mi crosoft.com...
    In Access I use Me.Field2.Dropd own in the OnGotFocus event. In the
    AfterUpdate event of Field1 I use the following:
    >
    If Field1 = "x" Then
    Field2 = "y"
    Field3.Setfocus
    End If
    >
    The problem is the focus stays on Field2, the dropdown function is
    activated, and the focus doesn't move to Field3. Can you help?

    Comment

    Working...