Results 1 to 3 of 3
  1. #1
    swavemeisterg is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2012
    Posts
    28

    Search form which brings up all occurrences of a specific data entry

    I'm relatively new to Access so I could use all the help I can get.



    Basically I have a table which holds as entries specimens and actions taken on the specimens.

    Because of that, there could be multiple entries under the same serial number.

    What I would like to do is have a search form, in which the user enters the serial number, and a list appears for all of the entries with that serial number.

    I figure this is a pretty common request, so there's gotta be a way to do it simply.

    I am a beginner for access, but I understand VBA pretty well so no need to sugarcoat.

    Thanks!

  2. #2
    JeroenMioch's Avatar
    JeroenMioch is offline Competent Performer
    Windows Vista Access 2003
    Join Date
    May 2012
    Location
    Den Haag, Netherlands
    Posts
    368
    I would use a filterform

    You can put in any criteria you want, and make combinations of them.

    So if i was looking for samples that has serialnumbers "ABC" in them (wildcarded) and were dated before lets say "01-01-2011" it would return all records with those criteria.

    if its just the one field you want to query then there is an easier way.
    But if you want combinations to query then i use the filterForm method, wich never failed me to date

    In the link below there is some info about it :

    https://www.accessforums.net/forms/f...tml#post122348

  3. #3
    swavemeisterg is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2012
    Posts
    28
    How will this display the results?

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

Similar Threads

  1. Replies: 12
    Last Post: 03-22-2012, 02:48 AM
  2. new entry brings up form
    By noretoc in forum Forms
    Replies: 3
    Last Post: 01-15-2012, 12:43 PM
  3. Replies: 2
    Last Post: 08-31-2010, 08:57 PM
  4. Replies: 3
    Last Post: 01-14-2010, 08:32 AM
  5. Automatic Data Entry on a Specific Date
    By alanbrai in forum Programming
    Replies: 2
    Last Post: 11-14-2007, 05:15 PM

Tags for this Thread

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