Hi guys,
thanks for your replies. I did indeed look at quickbooks. Although it is quite a comprehensive program, i found it to be lacking in a few things which led me down the path of making my own custom Access Database. Plus its always good, albeit time consuming, to learn new programs.
@ rpeare,
I did actually do have a few other tables i didn't mention.
ProductsT
a list of all my products I sell and parts I use in my work
MaterialsT
A list of products used in each specific workorder (kind of like your WorkOrderDetailT
ExpensesT
a list of all my costs like rent, tools etc
StockOrderT and StockOrderDetailT
a list of my stock orders, what i ordered, costs of ordered parts, all associated costs like shiping, duties etc with each stock order
I separate my income into two parts for each Workorder. One Part for income made from part sales (draws numbers from stockOrderT pricing). One part for labour income.
So I think I will do as you say and use Queries to calculate based on specific perdiods.
However I'm still unsure about one thing. What purpose would linking the WorkOrderT to the customerT accomplish? Would I still be able to see all the linked video game systems to one customer's account? Cause I do like having that feature in my current database.
thanks!!!