Hi!
i have a query having ID(auto number) field, Name(text) field, and many other field having field property of (Currency)
now what i want to do, is to sum all the fields having Data type of (currency).
the problem is that Currency Type fields are added every month, and i want them added automatically in the sum value (sum of all (Currency) fields)
i already have the code to add currency type fields to the table
i simply want a code or something to run in access 2007 to add all these field, and update itself when there is a new field inserted in the table on which the query is based(it adds that field too)
in other words, a code or sql statement etc to sum all those fields in the query which have Currency data type
thanks!
i have a query having ID(auto number) field, Name(text) field, and many other field having field property of (Currency)
now what i want to do, is to sum all the fields having Data type of (currency).
the problem is that Currency Type fields are added every month, and i want them added automatically in the sum value (sum of all (Currency) fields)
i already have the code to add currency type fields to the table
i simply want a code or something to run in access 2007 to add all these field, and update itself when there is a new field inserted in the table on which the query is based(it adds that field too)
in other words, a code or sql statement etc to sum all those fields in the query which have Currency data type
thanks!
Last edited: