First off, thanks for all the great help so for! Wouldn't be near as far as I am with the database I am trying to make for work without help from everyone here. I have run into another problem and have a few questions I was hoping yall could help with.
Here the situation:
I have created most of my database for tracking contracts. One major thing I want to track is how much money is left on the contract after invoices are processed. You can kind of think about it as a checking account with a set amount of money and invoices are put in depending on the portion of the work done until there is no more money left and the job is done.
I cant think of how I would implement this though. Down the road when I learn more VB scripting I would like to be able take the data out of the table and have the DB create an excel sheet so I would like to set it up with that in mind. Right now all I want is a form where the under can input an invoice and when they open the form for their contract, it will automatically deduct that amount from the original contract amount resulting in the remaining amount left on the contract.
Based on all the database design rules, what would be the best way to set this up? Thanks again for the help folks!
Here the situation:
I have created most of my database for tracking contracts. One major thing I want to track is how much money is left on the contract after invoices are processed. You can kind of think about it as a checking account with a set amount of money and invoices are put in depending on the portion of the work done until there is no more money left and the job is done.
I cant think of how I would implement this though. Down the road when I learn more VB scripting I would like to be able take the data out of the table and have the DB create an excel sheet so I would like to set it up with that in mind. Right now all I want is a form where the under can input an invoice and when they open the form for their contract, it will automatically deduct that amount from the original contract amount resulting in the remaining amount left on the contract.
Based on all the database design rules, what would be the best way to set this up? Thanks again for the help folks!