B
brwn.fred
Hi,
Is the order of evaluation of records defined in a Jet SQL query. For
instance,
lets say I have a table T with field F. If I have a query:
SELECT F, vbaFun([F]) AS exp
FROM T
ORDER BY F;
will vbaFun() be executed on the Fs according to the sorting order?
If so, then could I add some type of static VBA variable to calculate
a function that depends on the value f on the previous piece of data
and the current data - a partially recursive function?
Thanks,
Fred Brown
Is the order of evaluation of records defined in a Jet SQL query. For
instance,
lets say I have a table T with field F. If I have a query:
SELECT F, vbaFun([F]) AS exp
FROM T
ORDER BY F;
will vbaFun() be executed on the Fs according to the sorting order?
If so, then could I add some type of static VBA variable to calculate
a function that depends on the value f on the previous piece of data
and the current data - a partially recursive function?
Thanks,
Fred Brown