Results 1 to 6 of 6
  1. #1
    sjae181 is offline Novice
    Windows 10 Access 2010 32bit
    Join Date
    Feb 2017
    Posts
    3

    Exclamation Hi guys Please save me


    Hi guys

    I've just got a task regarding building a simple database. (It might be simple for you guys but not me)

    I've been searching whole google and youtube for this but haven't come up with desirable results yet.

    What I've learned is setting up table, query and form.

    I am struggling with consolidating multiple records in one field. (Sorry for my bad English)
    (ie. There will be many contract history under one customer's name. So basically I want to set up a form like the following image.)

    Click image for larger version. 

Name:	Sample.jpg 
Views:	21 
Size:	171.5 KB 
ID:	27545

    Ideally,
    1. If I type Customer Name and Press Find button(hopefully works with enter button somehow) - (Orange box), then database will generate data like the following image image.
    2. Grand total will be sum amount of $ value (please refer to red boxes)

    3. From the result field, it will be perfect that I will have a drop down menu including "Won", "Lost", "Withdrawn", "Declined"


    Guru! Can you guys please help me with this??

    P.S If you can't be bothered to write a lecture here, your own template will be most appreciated

    jaejun1233@naver.com This is my Email address Thank you!
    Last edited by sjae181; 02-17-2017 at 06:51 PM.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    If this is a form, then the detail list is a subForm.
    in the subForm footer,put another VALUE field, set it to sum: =Sum(value)
    set the name of the text box to: txtSum

    in the parent form,set the grand total field to that textbox: =subForm!form!txtSum

    You must know the names of all the controls. Use the BUILDER. It always gets the names spelled correctly.

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    Welcome to the forum.

    I've just got a task regarding building a simple database.
    What were the details of the task you were given?
    What is/are the business process(es) involved?
    What is your plan?

  4. #4
    sjae181 is offline Novice
    Windows 10 Access 2010 32bit
    Join Date
    Feb 2017
    Posts
    3
    That definitely helps thank you Ranman!

  5. #5
    sjae181 is offline Novice
    Windows 10 Access 2010 32bit
    Join Date
    Feb 2017
    Posts
    3
    What were the details of the task you were given?
    - This database is for tracking sales lead. They want the form (inserted in body) and with a search bar for customer name.
    What is the business process involved?
    - Tracking sales lead.
    What is your plan?
    - To build a database that looks like the image above (with a search bar for customer name.

    Thank you !

  6. #6
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 8 Access 2013
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    705
    You may also want to look at the Sales Pipeline template/example database. It might give you some inspiration. Possibly be used as a starting point.

    Click here to download this free template

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

Similar Threads

  1. How do you guys handle duplicates?
    By Dnallov in forum Access
    Replies: 5
    Last Post: 09-11-2016, 12:44 AM
  2. Need help guys!
    By Uncolouredcolors in forum Access
    Replies: 15
    Last Post: 09-03-2015, 12:48 PM
  3. Replies: 5
    Last Post: 02-03-2014, 03:06 AM
  4. Replies: 15
    Last Post: 01-28-2014, 12:20 PM
  5. hey guys i need help
    By katabullet in forum Programming
    Replies: 1
    Last Post: 06-06-2013, 06:10 AM

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