G
Guest
I need to copy information from one column in a table to another. I've been
using this query:
UPDATE tblEstimateDetail SET tblEstimateDetail.ED_FlatCostPerUnit =
tblEstimateDetail.ED_UnitRate;
But nothing gets copied over.
Ideas?
Dustin
using this query:
UPDATE tblEstimateDetail SET tblEstimateDetail.ED_FlatCostPerUnit =
tblEstimateDetail.ED_UnitRate;
But nothing gets copied over.
Ideas?
Dustin