Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Join Date
    Dec 2005
    Posts
    9
    I would suggest something like 2 tables:
    Transactions table :
    TranactionID (make it Autonum)
    DateOfTransaction
    CompanyName (for the stock)
    Stock Symbol


    PricePerShare
    Shares
    BoughtSold
    Commision
    TotalCost

    Everytime you buy or sell it goes into the transaction table.
    Dividends table:
    TransactionId
    Date
    Amount

    The tansactionID would link the Dividend with the trancaction.

  2. #17
    Join Date
    Nov 2005
    Posts
    12
    Quote Originally Posted by Jim
    I would suggest something like 2 tables:
    Transactions table :
    TransactionID (make it Autonum)

    Dividends table:
    TransactionId
    Date
    Amount
    The tansactionID would link the Dividend with the trancaction.
    Thanks Jim am working on your suggestion.However, does it mean that there is a one to many relationship between Transaction and Dividend tables???ie TransactionID should act as a foreign key in the dividend table???
    Please clarify....
    thanks

  3. #18
    Join Date
    Dec 2005
    Posts
    9
    Yes

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 0
    Last Post: 08-17-2008, 12:19 PM
  2. Exporting main table AND subform
    By jenny28 in forum Import/Export Data
    Replies: 0
    Last Post: 05-10-2007, 11:40 AM
  3. Replies: 2
    Last Post: 04-11-2006, 08:40 AM
  4. Form with subform
    By grgerhard in forum Forms
    Replies: 0
    Last Post: 04-10-2006, 10:28 AM
  5. Replies: 1
    Last Post: 02-27-2006, 07:46 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