G
Guest
Hi there,
This is driving me nuts. I've got a form, which is based on a query. Each
record is identified by an ID. I have grouped by ID, and have a header/footer
for each different iteration of ID. Pretty simple.
BUT. I want to dynamically access some other data using a list control,
based on the ID. As the ID changes for every iteration (obviously), I want
the data to reflect the ID of that Iteration. However, it would seam it
doesn't perform a requery for each iteration of the ID, rather just
performing the query for the first iteration, then using this for every
other. I think the problem has to do with requerying the data for each new ID.
How do I make the list control requery for each ID (rather than just once at
the start, meaning all the data is based on the first iteration, which is
incorrect)?
This is driving me nuts. I've got a form, which is based on a query. Each
record is identified by an ID. I have grouped by ID, and have a header/footer
for each different iteration of ID. Pretty simple.
BUT. I want to dynamically access some other data using a list control,
based on the ID. As the ID changes for every iteration (obviously), I want
the data to reflect the ID of that Iteration. However, it would seam it
doesn't perform a requery for each iteration of the ID, rather just
performing the query for the first iteration, then using this for every
other. I think the problem has to do with requerying the data for each new ID.
How do I make the list control requery for each ID (rather than just once at
the start, meaning all the data is based on the first iteration, which is
incorrect)?