ikzouhetnietweten
Registered User.
- Local time
- Today, 22:51
- Joined
- Oct 23, 2015
- Messages
- 44
I created an expression in the query Mut2 called: RunTot
Its supposed to be a running total.. but its not working.
And above that , the query is super slow because of that.
First field has to be the date, from old to new.
Any idea how I can make the runningtotal, and a fast query?
RunTot: DSum("[inuit]";"[Mutaties]";"[inuit]>=" & [inuit])
Its supposed to be a running total.. but its not working.
And above that , the query is super slow because of that.
First field has to be the date, from old to new.
Any idea how I can make the runningtotal, and a fast query?
RunTot: DSum("[inuit]";"[Mutaties]";"[inuit]>=" & [inuit])
Attachments
Last edited: