So this should be pretty easy but I seem to be rusty and can't figure it out. I have a form that I use for each Job. It has all the information generalized for that Job. ( customer, location, ordering info, and Total for the Job,.. etc)
The Totals are where I am falling on my face.
I would like to make a sub forum that I can create a cost entry.
I would like to be able to select a engineer from a drop down box, and expense type, enter a expense, and then a cost.
For example Bill, Expense, Food, 3.00
or Fred, Airfare, United, 150.00
I would then like to have The totals for job expenses seperated in the main form. So Total Airfare and it would display the total for all airfaire.
I used to be able to do this stuff but I've been hacking at it a couple hours now and I know I'm missing something. A querry or something. I just keep getting an entire list of all expenses in each job and because of this I can't get moving towards getting the totals working.
Thanks for any direction help you can give me.