I have a query 'Subimport_Value' which is a query based on the tmpimport table wich is group on for all fields except 'value' which is summed.
I have another query 'update_subimport_value which is based on the 'subimport_value' query and is an update query which updates the 'value' field of the Subimport table.
I guess because my udpate query is based on a query that is grouped, it cannot update the field 'value'. I would like to avoid making another 'temp' table and using the recordset in vb which is slow. Any other solution?
I have another query 'update_subimport_value which is based on the 'subimport_value' query and is an update query which updates the 'value' field of the Subimport table.
I guess because my udpate query is based on a query that is grouped, it cannot update the field 'value'. I would like to avoid making another 'temp' table and using the recordset in vb which is slow. Any other solution?