Re: MS Access: Force Form with Datasheet To Keep Focus When UserNavigates Away -Stumped-

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lyle fairfield

    Re: MS Access: Force Form with Datasheet To Keep Focus When UserNavigates Away -Stumped-

    Or I screwed up. I think that's it.

    BUT!

    This seems to work:

    With Form_Whatever
    .Modal = True
    .Visible = True
    End With

    The form named Whatever

    defaults to DataSheet View
    has Podal and Popup properties set to true
    and has some code ... (97) or "HasModule" property set to true.




    On May 31, 11:49 am, Salad <o...@vinegar.c omwrote:
    Somebody must have noticed that when writing A2K.
Working...