I'm kind of newby in VBA/SQL in access.
I'm trying to write a code that sums several columns and the result should be "updated" to a Total record.
I get no error message, but it doesn't work.
What can be wrong?
Here's part of the code.
Code:
sqlselect = "SELECT * From 12MonthsTemp" Set objrs = conn.Execute(sqlselect)