View Full Version : last record


soames
12-06-2001, 05:27 AM
I have a query that displays a list of records...say X number of them. but this number can change, its generated on the fly.

I then have a macro which calls another macro and i would like it to run X-1 times so basically to the end of the record set. (As previously it has already ran once.)

i cannot put expressions in the expression count, and the repeat expression field must evaluate to 0 or false before it will stop..Any ideas?????

be nice to put: when at End of record set = flase or something like that. help

mike