D
dechval
Guest
I have received an Access data base, containing expressions such as
%RATE%*((SST_8.5/730)+(%FACTOR%/8760))+TD_ZERO/(24*SST_8.5)
Values associated to the acronyms are stored in different fields of the table or in other tables of the data base.
I would like to compute the value of the expressions and replace an existing field of the table with the results.
As the data base contains around 7000 records, evaluation of the expression must be automatic.
I have never used VBA... Could somebody give me some indications on how to do that?
Thank you
%RATE%*((SST_8.5/730)+(%FACTOR%/8760))+TD_ZERO/(24*SST_8.5)
Values associated to the acronyms are stored in different fields of the table or in other tables of the data base.
I would like to compute the value of the expressions and replace an existing field of the table with the results.
As the data base contains around 7000 records, evaluation of the expression must be automatic.
I have never used VBA... Could somebody give me some indications on how to do that?
Thank you