Results 1 to 2 of 2
  1. #1
    Nathan23 is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2016
    Posts
    3

    Finding the names and number time The person check-in after me


    hello everyone just need a little help not sure if will be done on a query or VDA.

    Let say i have 5 employees (A, B, C, D, E) and everytime they check-in their name will appear on the field name ”Checkin_Name”

    Question: is there a way to find our who check in after me and how many time after me?

    Appreciate the help

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    Q1 : youd run a query (or filter) to find your name/time, and sort everything after.

    the form would have a combo box to show all employees, user pick from,

    after picking Emp, the Date combo box would fill with that persons times, pick that
    combo query: select DateTime from table where [emp]=forms!myform!cboEmp sort Desc

    then open the query: docmd.OpenQuery "qsEmpDateRecs"

    it looks like:
    select * from table where [DateStamp]>=forms!myform!cboDate



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

Similar Threads

  1. Replies: 4
    Last Post: 08-31-2016, 12:47 PM
  2. Check if record exists, Check Number
    By burrina in forum Forms
    Replies: 9
    Last Post: 01-06-2013, 03:49 PM
  3. Finding like or similar names
    By Laurie B. in forum Queries
    Replies: 1
    Last Post: 08-14-2011, 07:24 AM
  4. Finding similar names between two tables.
    By Laurie B. in forum Access
    Replies: 1
    Last Post: 07-15-2011, 03:21 PM
  5. check for duplicate First and Last names?
    By newtoAccess in forum Access
    Replies: 3
    Last Post: 03-19-2011, 04:05 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