R
RKM solutions
Hi Guys,
Hope that someone out there has a plausible solution and quick.
I have been attempting to query a table via both sql and vb in order to
process every possible addition permutation
To explain:
table data
Gross Amount Required Search :4911.51
23.73
14.87
345.87
4550.77
678.90
etc
The user needs to input a value of the statement and the system queries the
invoice tbl until it finds a sum of multiple value(s) which matches their
query.
It seemed simple when i started today but whichever way I tackle it when the
table size increases the query time gets silly!!
Any help would be much appreciated... Ive tried For/ next statemnts /Looping
code, multiple copies of the table to one query etc , What I need simply put
is a query that produces all mathematical permutations of the table
efficiently
Thanks to anyone you is able to take the challenge on
thanks in advance
R.K.M
Hope that someone out there has a plausible solution and quick.
I have been attempting to query a table via both sql and vb in order to
process every possible addition permutation
To explain:
table data
Gross Amount Required Search :4911.51
23.73
14.87
345.87
4550.77
678.90
etc
The user needs to input a value of the statement and the system queries the
invoice tbl until it finds a sum of multiple value(s) which matches their
query.
It seemed simple when i started today but whichever way I tackle it when the
table size increases the query time gets silly!!
Any help would be much appreciated... Ive tried For/ next statemnts /Looping
code, multiple copies of the table to one query etc , What I need simply put
is a query that produces all mathematical permutations of the table
efficiently
Thanks to anyone you is able to take the challenge on
thanks in advance
R.K.M