I am trying to create a small database to handle tool work orders for our shop. Currently the sum and totals are giving me grief. I am a neophyte with this so bear with me.
I have two tables, the first keeps the infomation regarding the work order. The second holds information regarding the Design Labor for the work order.
I would like to have a function to total the hours as well as total the hours and then multiply them by a fixed rate of $32.
I have a main form(table1) and a subform(table2). I cannot seem to get the subform to post the information to the main form though.. I have tried using the DSUM function, but I only want to display the total and sum for the current recordset.
Any thoughts?
Attached is the db.
Thanks,
I have two tables, the first keeps the infomation regarding the work order. The second holds information regarding the Design Labor for the work order.
I would like to have a function to total the hours as well as total the hours and then multiply them by a fixed rate of $32.
I have a main form(table1) and a subform(table2). I cannot seem to get the subform to post the information to the main form though.. I have tried using the DSUM function, but I only want to display the total and sum for the current recordset.
Any thoughts?
Attached is the db.
Thanks,