Results 1 to 5 of 5
  1. #1
    futurecoder is offline Novice
    Windows XP Access 2003
    Join Date
    Apr 2011
    Posts
    2

    Help needed on Contracts Portfolio database

    Hello,



    I need help on the steps to planning a contracts portfolio database. I have searched the Internet extensively and while I have found tutorials on contracts databases, I have not found a way to add, remove, and track funding to records. As far as I can tell, I only need to create two tables for this project, Managers and Contracts. I plan to have the database perform graphic depictions of trending but that is in the future. Before creating any tables, queries, or forms, I would like to know the steps of planning this properly and then flow-charting it. Prof. Richard Holowczak at Baruch College City University created a good tutorial for a database of bank balances but that tutorial did not cover how to update client records with withdrawals and deposits). This is very easy (but cumbersome) in Excel but I do not know how I would go about doing it in Access. I would be appreciative of your feedback. My research showed that there are a number of affordable portfolio management databases available for download, but my workplace has a strict download policy so I have to create this myself.
    Thanks in advance for your assistance.

  2. #2
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    702
    You will need a transaction/ledger table for tracking funds for each contract.

  3. #3
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    702
    Quote Originally Posted by futurecoder View Post
    Hello,

    I need help on the steps to planning a contracts portfolio database. I have searched the Internet extensively and while I have found tutorials on contracts databases, I have not found a way to add, remove, and track funding to records. As far as I can tell, I only need to create two tables for this project, Managers and Contracts. I plan to have the database perform graphic depictions of trending but that is in the future. Before creating any tables, queries, or forms, I would like to know the steps of planning this properly and then flow-charting it. Prof. Richard Holowczak at Baruch College City University created a good tutorial for a database of bank balances but that tutorial did not cover how to update client records with withdrawals and deposits). This is very easy (but cumbersome) in Excel but I do not know how I would go about doing it in Access. I would be appreciative of your feedback. My research showed that there are a number of affordable portfolio management databases available for download, but my workplace has a strict download policy so I have to create this myself.
    Thanks in advance for your assistance.
    Is this the tutorial?

    http://cisnet.baruch.cuny.edu/holowc...accessall.html

    The above tutorial is good at showing you how to use Access. It is NOT a good example of how to create a database to track account balances with a properly normalized database.

  4. #4
    futurecoder is offline Novice
    Windows XP Access 2003
    Join Date
    Apr 2011
    Posts
    2
    Thanks for responding. The link you provided is the tutorial to which I alluded, and although it was a very good beginners' tutorial, it did not show how to produce or maintain a ledger in Access. Do you know of any tutorials that would show me how to do this? I think I would have to create a ledger for each contract.

  5. #5
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    702
    Quote Originally Posted by futurecoder View Post
    Thanks for responding. The link you provided is the tutorial to which I alluded, and although it was a very good beginners' tutorial, it did not show how to produce or maintain a ledger in Access. Do you know of any tutorials that would show me how to do this?
    The tutorial you looked as was not to teach you database design theory. It was only showing you how to use Access to create a database that you have already design using the rules of data normalization. The example datbase they create was a trivil database. It was not a well designed database. That would have made the tutorial way to long.

    Quote Originally Posted by futurecoder View Post
    I think I would have to create a ledger for each contract.
    That would be incorrect and not normalized.That is how you would do it is you were designing a spreadsheet. That is not a good design for a relational database.

    In a relational database you use a single table as the ledger for all contracts.

    It is not much different that using two tables for invoices for all customers. You have a header table and a line item table.

    To learn how to properly design a database you can search the web for: database normalization

    Database normalization is a design theory that applies to all relational databases. Most of the good tutorial on database normalization will not be for a specific database engine. Don't worry about looking for something specific to the JET (.mdb) or ACE (.accdb) database engines.

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

Similar Threads

  1. database help needed
    By handsome1855 in forum Database Design
    Replies: 0
    Last Post: 03-14-2011, 08:25 AM
  2. Help needed
    By longbo43 in forum Access
    Replies: 3
    Last Post: 09-27-2010, 10:18 AM
  3. Code needed when Database is Opened
    By Access_Headaches in forum Access
    Replies: 7
    Last Post: 08-13-2010, 01:03 PM
  4. New database - help needed please :)
    By tonypony in forum Database Design
    Replies: 1
    Last Post: 07-29-2009, 04:40 AM
  5. contracts query
    By ntd1 in forum Queries
    Replies: 5
    Last Post: 02-23-2009, 03:40 AM

Tags for this Thread

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