Results 1 to 4 of 4
  1. #1
    jw7777 is offline Novice
    Windows 10 Access 2013
    Join Date
    Nov 2015
    Posts
    1

    Beginners help

    I am very new to access but I believe I am a quick learner. I am looking to create a simple database for a catering company. It would consist of a list of all customers who have ordered through our catering. It would also have the ability to see customers order history with us by clicking/selecting on any particular customer.

    Would someone be able to point me in the right direction as to how I would start this?

    Thanks


    JW

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,527
    you meed 2 tables, tClient, tClientOrder

    tClient
    ---------
    clientID (autonum)
    Name
    address
    etc.

    tClientOrder
    ----------
    OrderID (autonum)
    ClientID (long) (the key id from master table tClients)
    EventDate
    EventPlace
    Cost
    etc

    In RELATIONSHIPS , you must make a parent child relation tClients.ClientID --> tClientOrder.ClientID

  3. #3
    Ternick is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Feb 2013
    Posts
    25
    There is an Invoice Template in access that I think would do what you want. Just have to change the items to what you do. If you have a hard time finding it let me know with your e-mail via pm and I'll send it over.

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    I do not know that what you are describing is simple or even a small database. Any time you are managing Customers and Orders, you are going to have some complex relations.

    You might want to look for some tutorials. Here are some
    https://www.accessforums.net/tutoria...tml#post236569

    And
    http://www.rogersaccesslibrary.com/forum/forum46.html

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

Similar Threads

  1. A video Series for beginners
    By Xipooo in forum Tutorials
    Replies: 12
    Last Post: 02-23-2015, 08:12 AM
  2. Beginners Trouble, Please Help
    By rlonger in forum Access
    Replies: 3
    Last Post: 01-17-2013, 02:50 PM
  3. Beginners questions
    By LoftusAK in forum Access
    Replies: 4
    Last Post: 04-04-2012, 06:34 AM
  4. Beginners question
    By nashr1928 in forum Access
    Replies: 4
    Last Post: 07-19-2010, 11:20 AM
  5. a beginners question
    By bluelondon in forum Access
    Replies: 0
    Last Post: 07-12-2007, 04:54 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