J
Jake Frankham
Forgive me for having accidentally posted this query in the wrong newsgroup,
I believe it should be in this one !!
____________________________
Hi again
I have called a procedure from within a query in order to return a date
In the VBA, I wish to iterate through each instance of a value in one field
ie empNo
122 ... ... ...
122 ... ... ...
436 ... ... ...
436 ... ... ...
436 ... ... ...
788 ... ... ...
I wish to iterate through each empNo in some kind of loop to determine which
record I wish to display in the query, then move on to the next set of
empNo's
PLEASE can someone tell me how this is done? - I know you can use things
like DO UNTIL RST.EOF but how do I do DO FOR EACH EMPNO?
Thanks Very Much
Jake
I believe it should be in this one !!
____________________________
Hi again
I have called a procedure from within a query in order to return a date
In the VBA, I wish to iterate through each instance of a value in one field
ie empNo
122 ... ... ...
122 ... ... ...
436 ... ... ...
436 ... ... ...
436 ... ... ...
788 ... ... ...
I wish to iterate through each empNo in some kind of loop to determine which
record I wish to display in the query, then move on to the next set of
empNo's
PLEASE can someone tell me how this is done? - I know you can use things
like DO UNTIL RST.EOF but how do I do DO FOR EACH EMPNO?
Thanks Very Much
Jake