Results 1 to 3 of 3
  1. #1
    megan1989 is offline Novice
    Windows 8 Access 2013
    Join Date
    Nov 2014
    Posts
    6

    Find Command in Access

    I am hoping that the answer to this will be yes, but I have a sneaking feeling that it is No. Is there a way to use the find command in access in one report to search throughout the whole database. For instance, I am designing a database that in a report it shows the number identifier of an item, and the actual detailed information is located in a separate form. What I want it to do is to be able to find the detailed information from a command within the report that only has the number identifier. Thanks

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,967
    You want to search for data across all tables and queries? No, cannot do that.

    Can have a DLookup() expression in a textbox to pull data from another table/query.

    Maybe you just need to build a query that includes the necessary tables for the report RecordSource.

    Maybe you need to build report/subreport arrangement.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    megan1989 is offline Novice
    Windows 8 Access 2013
    Join Date
    Nov 2014
    Posts
    6
    Thank you June, I've done a little work with what you suggested and it looks like that will work

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

Similar Threads

  1. Command Button to Run Macro, can't find macro
    By Ace2014 in forum Modules
    Replies: 22
    Last Post: 06-11-2014, 11:42 AM
  2. Replies: 3
    Last Post: 06-19-2013, 04:45 PM
  3. Find command default make it Any part of field
    By techexpressinc in forum Forms
    Replies: 0
    Last Post: 03-15-2011, 07:34 AM
  4. Command Button to Find .doc file
    By cg1465 in forum Forms
    Replies: 8
    Last Post: 09-15-2010, 08:28 AM
  5. Replies: 4
    Last Post: 09-10-2010, 08:00 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