Results 1 to 3 of 3
  1. #1
    davidman is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Aug 2013
    Posts
    2

    Using forms and update queries

    Hi

    I want to make a form to upload new records to a table, is there any way so I can type a person's name into a field and it will list all entries from the employee list with that name, list their department, shift etc so I can select the right one to edit their record on the holiday table?

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,848
    You seem to be asking multiple questions and may need more than 1 form

    a)a form to upload new records to a table
    b)type a person's name into a field and it will list all entries from the employee list with that name, list their department, shift etc
    C)so I can select the right one to edit their record on the holiday table?


    See these for specifics and examples
    http://support.microsoft.com/kb/304473
    http://www.599cd.com/tips/access/form-subform/

    Good luck

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,628
    What is 'holiday' table - vacation schedule?

    Options for filtering a form or report:

    1. dynamic parameterized query http://www.datapigtechnologies.com/f...tomfilter.html

    2. code sets Filter and FilterOn properties http://allenbrowne.com/ser-62code.html

    3. code constructs filter criteria and passes to the form or report when opening
    DoCmd.OpenForm "form name", , , strCriteria
    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.

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

Similar Threads

  1. Which forms use which queries.
    By polisasimo in forum Forms
    Replies: 1
    Last Post: 06-22-2014, 12:22 AM
  2. Forms and queries
    By MalvinkaAccess in forum Access
    Replies: 4
    Last Post: 03-15-2013, 12:25 PM
  3. Forms and SQL Queries
    By springboardjg in forum Queries
    Replies: 1
    Last Post: 06-07-2011, 06:18 AM
  4. Help with Queries and forms
    By dcwang3 in forum Access
    Replies: 0
    Last Post: 05-28-2009, 08:00 AM
  5. Replies: 4
    Last Post: 04-01-2009, 08:49 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