S
Steven
Is there a way to order the table when using the DSUM function to make it
process faster.
For example I am doing:
vTestBalance = ("Amount", "tblActivity001", "Period Between '" & vsYear & "'
AND '" & vsYear1 & "'")
Can you use something like an ORDER BY clause to order the Periods to make
it work faster. I am trying different things like what I have below but I
cant make it work.
vTestBalance = ("Amount", "tblActivity001", "Period Between '" & vsYear & "'
AND '" & vsYear1 & "'","ORDER BY [Period]")
Is there a way to do this for a faster return?
Thanks,
Steven
process faster.
For example I am doing:
vTestBalance = ("Amount", "tblActivity001", "Period Between '" & vsYear & "'
AND '" & vsYear1 & "'")
Can you use something like an ORDER BY clause to order the Periods to make
it work faster. I am trying different things like what I have below but I
cant make it work.
vTestBalance = ("Amount", "tblActivity001", "Period Between '" & vsYear & "'
AND '" & vsYear1 & "'","ORDER BY [Period]")
Is there a way to do this for a faster return?
Thanks,
Steven