Thread
:
Clear MS-Access Memory with Javascript before next query
View Single Post
01-20-2013, 09:51 PM
PM User
|
#
5
Old Pedant
Supreme Master coder!
Join Date: Feb 2009
Posts: 23,542
Thanks: 62
Thanked 4,054 Times in 4,023 Posts
??? Is this *REALLY* your query:
Code:
var strSQL = "Select SUM(
database_column_name
) As Total FROM xMarvin";
Surely you don't really have a field by that name in your table?
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant
View Public Profile
Find More Posts by Old Pedant