Results 1 to 3 of 3
  1. #1
    Icky_Joe is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2010
    Location
    Washington, DC
    Posts
    7

    Creating an Access Search Form


    I'd like to be able to create a form that allows me to perform a name search. First, I want to enter the name, then click on a button to return the record. I also would like some additional fields (address) to pull up when name is found. Is this doable? If so, can one of you experts help an access novice achieve this task.

  2. #2
    jzwp11 is offline VIP
    Windows 7 Access 2007
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    There are several ways to do this, but let me ask a question first. Is the name and address information in the same table? Do you have an autonumber primary key field in that table? If so, then I would create a form bound to that table using the form wizard. Save the form. Now create another new form. This form should not be bound to any table. On that form add a combo box (using the combo box wizard) that is based on the table that holds the name/address information, select the primary key field (it should be the first field) and the name information you want to see in the combo box. Now, using the command button wizard, add a button to the form that opens the first form you created (form operations-->open form). After selecting the first form you created, click next. You should be presented with a choice to either "Open the form and find specific data to display" or "Open the form and show all records". You want the first option. You will then use the primary key field that will be supplied by your combo box.

  3. #3
    fanzak is offline Novice
    Windows 7 Access 2007
    Join Date
    Jul 2010
    Posts
    7
    You can base the form, that you wish to be filtered, on a query whose results are restricted (in criteria row) to the value of a control from the main form.

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

Similar Threads

  1. access search open new form
    By jellybeannn in forum Access
    Replies: 1
    Last Post: 08-05-2010, 05:18 AM
  2. Creating User friendly Search Forms
    By BernardKane in forum Forms
    Replies: 7
    Last Post: 01-29-2010, 11:28 AM
  3. Creating a Search Field
    By SKUPenn in forum Programming
    Replies: 1
    Last Post: 01-28-2010, 08:39 PM
  4. Replies: 3
    Last Post: 01-14-2010, 08:32 AM
  5. Replies: 5
    Last Post: 07-26-2009, 12:13 PM

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