I have 5 tables and want the value from one table to be transferred to another, based on certain criteria. Basically, I have tblProjectEC, where rates for a particular project are stored. Then I have tblECReport, where details concerning actual expenses for a particular project are stored. My...