Results 1 to 2 of 2
  1. #1
    TwoDodges is offline Novice
    Windows 10 Access 2016
    Join Date
    Jan 2018
    Posts
    7

    Question Find query

    I have a data base that opens to a members screen, then has a "find Replace" window overlaying it so I can "find" a member info by field....

    Currently the default field is the Member surname in main form, and I want the "Find What" field on the search window to be Active field for input ...
    At the moment if I start typing, it replaces Surname information, where I want to type in on search window [ "Find What" ] the information I am looking for without having to select it before entering search criteria



    How do I get the find what field to be automatically active when this window come up..??

  2. #2
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 10 Access 2016
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,536
    Code:
    Private Sub Form_Load()
    Forms!YourFormName.FindWhatField.SetFocus
    End Sub

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Find query - help please
    By Johanb26 in forum Queries
    Replies: 5
    Last Post: 06-24-2014, 04:28 AM
  2. Query to find what isn't there
    By NISMOJim in forum Queries
    Replies: 4
    Last Post: 08-29-2013, 01:18 PM
  3. Replies: 3
    Last Post: 10-17-2012, 09:24 AM
  4. Use query to find and sum data
    By kwelch in forum Queries
    Replies: 3
    Last Post: 11-23-2009, 04:26 AM
  5. Find Records Query
    By sullyman in forum Programming
    Replies: 1
    Last Post: 10-28-2009, 08:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums