What Event?

G

Guest

I have a form based on a query. On the form I have a list box that is
independant from the form (it is based on a totally diffrent table and
query). Any time I navigate in the form I want to requery from one record to
the next I want to requery my list box. I know how to re-query but I can't
figure out what event to re-query on.

As always thanks for the help!

Robert
 
M

Marshall Barton

Robert_DubYa said:
I have a form based on a query. On the form I have a list box that is
independant from the form (it is based on a totally diffrent table and
query). Any time I navigate in the form I want to requery from one record to
the next I want to requery my list box. I know how to re-query but I can't
figure out what event to re-query on.


The form's Current event fires when you navigate from one
record to another.
 
G

Guest

If you want to requery your list box each time you change the current record,
use the form's Current event.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top