won't update: subform linked by combo

John Nelson

Registered User.
Local time
Yesterday, 22:21
Joined
Jan 26, 2005
Messages
16
I have a form that I have linked (master/child) to a combo box on my main form. I have a requery command for the subform set to the "After Update" event on the combo box. When the combo box is updated originally, the subform updates. However, if the combo box is updated after having a value, the subform does not update.

First off, is the requery command even the right command to use to update the subform? (it's source object is a table) Second, is there a reason it wouldn't work if that is the correct command?

Any ideas?
 
I had a problem similar to this - have you tried re-setting the recordsource prooperty then requerying?
 
I'm not sure what you mean. Resetting it to what? It's set to the table I want it to pull from. Is there a reason I'd switch it?
 

Users who are viewing this thread

Back
Top Bottom