Results 1 to 5 of 5
  1. #1
    athyeh is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Jun 2013
    Posts
    170

    Entering data for a manual process.

    Hi Folks,



    Need ideas. I need to create a form that users can use to track productivity of a manual process (no access to computers). What needs to be tracked:

    • Items processed every hour
    • Out of Inventory Time


    My initial idea (which I implemented) was to just create a textbox per hour range starting from 6 AM - 7 AM all the way through 11:00 PM - 12 AM. This did the trick for data-entry but withdrawing any kind of query or report is nigh-impossible, given that there are just too many fields for Access to process.

    So I need ideas, on how to design a user-friendly form that can track how many items Suzie did over her day, by hour.

    Thanks!

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    Normalized structure would be a record for each time entry.

    The more user-friendly, the more code.
    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
    athyeh is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Jun 2013
    Posts
    170
    I am thinking a long the same lines so four fields: Operator, Production, Out of Inventory Time, Time of Production

    Records will look like:

    Operator Production OIT TOP
    Suzie 54 36 6 AM - 7 AM

    To eliminate input error going to have to use drop-downs for Operator and TOP, but my knee-jerk reaction is that drop-down's slow data-entry?

    Also thoughts for TOP should I use labels (6:00 AM - 7:00 AM) or some kind of numeric system?

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    Could have some sort of login process or code that recognizes the user from their network login (I do that) and automate filling in the Operator field.

    Could have current date/time automatically record with DefaultValue of Now() then calculate the time period later.

    That leaves Production and OIT fields for user entry.

    As I said, the more user-friendly, the more code.
    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.

  5. #5
    athyeh is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Jun 2013
    Posts
    170
    Thank you for the ideas. Created the form with drop-downs and fields described above. Thread solved.

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

Similar Threads

  1. Import and process data
    By JOKER_ZA in forum Import/Export Data
    Replies: 13
    Last Post: 07-12-2013, 04:33 AM
  2. Replies: 4
    Last Post: 03-09-2013, 10:44 AM
  3. Replies: 3
    Last Post: 10-01-2012, 04:43 PM
  4. Replies: 7
    Last Post: 05-10-2012, 01:02 PM
  5. Basic Q's? on how Forms Process Entered Data.
    By tucker1003 in forum Access
    Replies: 2
    Last Post: 03-24-2011, 06:25 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