2624
Programmer
- Mar 6, 2002
- 11
Hi all,
I am working in Access 2000.
I would like to copy calculated field from one table to another table.
My database’s relations set-up with Act_no field through out the database.
I have main form name is Activiy Tracking based on Activity Query(ipbs_test(table) + Justop_plantable(table)+Template Query_results(table which collects all the search results)) .
I have another form name is Transfer Info which is based on transfertablequery (transfer_table + Template query results).
Just_opplantable and transfer table has one to many relations.
I have calculation field in the Transfer Info forms’ footer; name is Transfertotal_ctrl Control source; =Sum([trf_amt]) and this total save in to transfer table on the form event before update Me.totaltransfer_amt = Me!Transfertotal_ctrl
I would like to copy this field; totaltransfer_amt (from the transfer_table) in to Transfertotal field in the just_opplantable (which I create this field in the Justop_plantable for displaying this calculated field from transfer-table).
Thank you so much in advance.
I am working in Access 2000.
I would like to copy calculated field from one table to another table.
My database’s relations set-up with Act_no field through out the database.
I have main form name is Activiy Tracking based on Activity Query(ipbs_test(table) + Justop_plantable(table)+Template Query_results(table which collects all the search results)) .
I have another form name is Transfer Info which is based on transfertablequery (transfer_table + Template query results).
Just_opplantable and transfer table has one to many relations.
I have calculation field in the Transfer Info forms’ footer; name is Transfertotal_ctrl Control source; =Sum([trf_amt]) and this total save in to transfer table on the form event before update Me.totaltransfer_amt = Me!Transfertotal_ctrl
I would like to copy this field; totaltransfer_amt (from the transfer_table) in to Transfertotal field in the just_opplantable (which I create this field in the Justop_plantable for displaying this calculated field from transfer-table).
Thank you so much in advance.