Results 1 to 2 of 2
  1. #1
    sondo is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2014
    Posts
    1

    Smile A simple form for data entry, please help me

    I creat a simple Table (Name CustD) and A From (Name All) for data entry about Customer Details where the raw data as printed copy.

    The table and the form contained 7 fileds as below

    1. Zone Code
    2. Zone Name
    3. DISRRIBUTOR Code
    4. DISRRIBUTOR Name



    5. Route Code
    6. Route Name
    5. Outlet Code
    6. Outlet Name
    7. Phone Number

    Now I want to create the Form (Name All) user friendly for data entry operator. So that I want to

    ** field 1-4 will automatic fillup from previous record. Because most of the time those field are unchanged in raw data.
    ** Field 6 will automatic fillup after insert Route Code in field 5
    ** After entry data in field 7 and Press Save Button, Keyboard Courser should start from field 5. Because most of the time during entry period field 1-4 unchanged.

    Please please help me. I'm new in MS Access.
    It's very difficult for me but easy for you.

    Thanks
    Attached Thumbnails Attached Thumbnails Form.jpg  

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Easiest thing is to set DefaultValue property with the most common value for those fields. Pulling from the 'last' record will require VBA code.

    Should not save OutletName, only OutletCode. Have another table for information about the outlets.

    Same for DistributorName, save only DistributerCode.

    You need a better understanding of relational database design. Review http://www.rogersaccesslibrary.com/
    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. Replies: 5
    Last Post: 08-12-2013, 12:53 AM
  2. Duplicate data message for a data entry form
    By JulieMarie in forum Access
    Replies: 5
    Last Post: 07-30-2013, 08:18 AM
  3. Data Entry Form
    By buckwheat in forum Access
    Replies: 2
    Last Post: 07-12-2013, 12:47 PM
  4. Advice for simple data entry form
    By Fuergrissa in forum Access
    Replies: 4
    Last Post: 04-23-2013, 10:41 AM
  5. Form for Data Entry
    By cherkey in forum Forms
    Replies: 4
    Last Post: 02-15-2011, 02:40 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