Automatic Field Refresh

G

Guest

I have a form, which contains fields that autopopulate a dropdown according
to information in another field on the form, For example:

If I enter Math in the Department Field the drop downs for Faculty will
popluate with the names of Math Faculty.

Now my Problem is that as I switch records the dropdowns don't automatically
refresh to pull for whatever I put in the next department Field- I have to
manually go to the refresh in the Records Menu.

Does anyone know how to automatically refresh my field as I toggle between
records in my form? Thanks!
 
A

Al Camp

Try using the OnCurrent event of the form to trigger a Requey of your combo box.
Also, you should have a requery on the AfterUpdate event of the Department field.
--
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
There are 10 types of people in the world.
Those who understand binary, and those who don't.
 

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

Similar Threads


Top