Results 1 to 3 of 3
  1. #1
    jke is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2011
    Posts
    2

    Post Transaction v Lookup table

    What is the difference between a lookup table and a transaction table and how would you describe it.
    Kind regards
    jke

  2. #2
    boblarson is offline --------
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    1,272
    A lookup table stores items you are going to want to use in another table. Like let's say you have types of computer equipment. You would have those types in a lookup table:

    Code:
    EquipID            EquipType
        1                   Monitor
        2                   CPU
        3                   RAM
        4                   Hard Drive
        5                   Keyboard
        6                   Mouse
    Etc.

    and then a transaction table is something that stores information about a certain "event" so-to-speak. If you have received a check, you would store that information in a transaction table. If you have an order, that would go in the orders and order details tables.

    So does that help?

  3. #3
    jke is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2011
    Posts
    2
    Thank you I understand now.
    Regards
    jke

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

Similar Threads

  1. Lookup Table
    By BigCat in forum Access
    Replies: 2
    Last Post: 05-19-2011, 09:53 AM
  2. Using lookup data for table 1 mutible times in table 2
    By mbjazz in forum Database Design
    Replies: 5
    Last Post: 04-26-2011, 01:18 AM
  3. SQL Transaction question
    By Mazdaspeed6 in forum Programming
    Replies: 4
    Last Post: 12-16-2010, 12:51 PM
  4. Latest Transaction Report
    By Worm in forum Reports
    Replies: 3
    Last Post: 08-16-2010, 06:10 AM
  5. Urgent: Need to make a transaction form
    By Sheharyar_rr in forum Access
    Replies: 1
    Last Post: 10-31-2009, 10:52 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