Viewing 2 posts - 1 through 3 (of 3 total)
Thank you Paul - that puts me straight.
August 6, 2010 at 7:48 am
#1203521
Thank you Gail,
I'm trying to create a running sum in the stored procedure, which I've managed to do in an Access .mdb as follows:
SELECT Table1.Id, Table1.EntryDate, Table1.Product, Table1.ProdPrice, Table1.Qty, Table1.Rtn,...
June 19, 2010 at 7:12 am
#1182435