Kobus-Dippenaar
Registered User.
- Local time
- Today, 23:20
- Joined
- Oct 10, 2014
- Messages
- 50
Helllo, to all,
I have a select clause, it executes fine, BUT the totamt is not calculated. The field is Amount. I have checked various helps, including VBA's help function, BUT the code is not working.
strSQL = "SELECT Account, Dept, " & "Sum([Amount])" & " As [totamt] FROM TB201410 GROUP BY Account, Dept;"
Your assistance is appreciated,
Blessings.
Kobus
I have a select clause, it executes fine, BUT the totamt is not calculated. The field is Amount. I have checked various helps, including VBA's help function, BUT the code is not working.
strSQL = "SELECT Account, Dept, " & "Sum([Amount])" & " As [totamt] FROM TB201410 GROUP BY Account, Dept;"
Your assistance is appreciated,
Blessings.
Kobus