Results 1 to 5 of 5
  1. #1
    jgalloway is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Dec 2010
    Posts
    21

    History

    I am trying to find a way to create a history of a wagon.



    I have 2 types of customers that can buy a wagon. One is called an Account Manager (AM) and the Second is called a Sales Rep (SR). Only 1 person can own a wagon at one time.

    Lets say Simon (AM) purchased a brand new wagon. Simon sells back the wagon to me and I resell this wagon to Jeremy (AM). A few years later I purchase this back from Jeremy. I then resell this wagon to Jason (SR).

    I want to see a history of the people who had purchased this wagon over the years.

    The design I have 3 tabs on the wagon form. The first tab being the information about the wagon and current owner of the wagon. The second is being the owner history of the wagon. The 3rd being a notes tab.

    I am up to any ideas of how to get this to work.

  2. #2
    goodguy is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Dec 2010
    Location
    Zanzibar, Tanzania
    Posts
    229
    tblContacts
    - ContactID
    - ContactName
    - ContactGrade

    tblWagons
    - WagonID
    - WagonReg
    - WagonModel
    - WagonSold (Y/N)
    - WagonOtherData

    tblTransactions
    - TransactionID (PK)
    - TransactionType (Sale/Purchase)
    - ContactID (FK, LOOKUP)
    - WagonID (FK, LOOKUP)
    - TransactionDate (DATE)
    - TransactionValue (MONEY)

    Set up validation on tblTransactions.WagonID so that if it is a sale, only Wagons that are unsold will populate the combo. If it is a purchase, unsold Wagons will be excluded from the combo.

  3. #3
    jgalloway is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Dec 2010
    Posts
    21
    Sorry I am very new at this and its a little foreign to me. I guess I am not getting what you are saying really. I think I like the idea of where you are going though.

  4. #4
    jgalloway is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Dec 2010
    Posts
    21
    Im up to any ideas.

  5. #5
    goodguy is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Dec 2010
    Location
    Zanzibar, Tanzania
    Posts
    229
    My Access fails to open the unzipped accdb file, error: Unrecognized format.

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

Similar Threads

  1. Column History
    By linles01 in forum Access
    Replies: 1
    Last Post: 04-14-2011, 04:20 AM
  2. Creating a History
    By mwabbe in forum Access
    Replies: 7
    Last Post: 08-19-2010, 09:16 AM
  3. Create a history file
    By Thomman in forum Forms
    Replies: 10
    Last Post: 04-19-2010, 08:52 AM
  4. Comment History
    By botts121 in forum Programming
    Replies: 0
    Last Post: 07-02-2009, 01:02 PM
  5. Client History
    By janjan_376 in forum Access
    Replies: 1
    Last Post: 06-23-2009, 02:44 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