L
Leonidas
I have a table with columns Date and Price. With
"SELECT table.date, table.price
FROM table
WHERE (((table.date)>#4/3/2007# And (table.date)<#4/30/2007#))
ORDER BY table.date;
I extract the data that I need. But I also need the total sum of the prices
I extracted.
Thanks
"SELECT table.date, table.price
FROM table
WHERE (((table.date)>#4/3/2007# And (table.date)<#4/30/2007#))
ORDER BY table.date;
I extract the data that I need. But I also need the total sum of the prices
I extracted.
Thanks