Reloading an Open Form?

mohsinhq

Registered User.
Local time
Today, 18:32
Joined
Aug 2, 2004
Messages
90
Is it possible to reload an already open form through an event. (not Timer).

I need to requery a form and its subform when a combo selection is made..

Thanks in advance
 
Just use the Requery method, search the archives here for examples
 
ive tried requerying

I have a subform dependent on a combobox value on the main form.

It works when i first load the form but not after
 
Have you set master/child links between main and sub form. Sound like you have not. In this case you also need to requery the subform.

preferably establish a master/child link between main and sub form

Len B
 

Users who are viewing this thread

Back
Top Bottom