Lanason
Registered User.
- Local time
- Today, 08:17
- Joined
- Sep 12, 2003
- Messages
- 258
I'm trying to do a simple running total in a query and finding errors all the time
Its a simple query on another query
RunTot: (DSum([DeldVol],[qrySOLSKUsRunTot]))
DeldVol is the fieldI wish to have a running sum
qrySOLSKUsRunTot = is the current query not the underlying one
I want to use all the data in the current query so I dont need an expression
Whats wrong ??:banghead::banghead::banghead:
Its a simple query on another query
RunTot: (DSum([DeldVol],[qrySOLSKUsRunTot]))
DeldVol is the fieldI wish to have a running sum
qrySOLSKUsRunTot = is the current query not the underlying one
I want to use all the data in the current query so I dont need an expression
Whats wrong ??:banghead::banghead::banghead: