Find via code

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

    #1

    Find via code

    Hi

    In form view, find command (Ctrl-F) is available to search records by a
    field value. How can I do this find via code i.e. search for a record for a
    given value in a field?

    Thanks

    Regards


  • Barry Edmund Wright

    #2
    Re: Find via code


    DoCmd.RunComman d acCmdFind


    "John" <John@nospam.in fovis.co.uk> wrote in message
    news:42cc7845$0 $13697$cc9e4d1f @news-text.dial.pipex .com...[color=blue]
    > Hi
    >
    > In form view, find command (Ctrl-F) is available to search records by a
    > field value. How can I do this find via code i.e. search for a record for
    > a given value in a field?
    >
    > Thanks
    >
    > Regards
    >[/color]


    Comment

    Working...