H
Hukleberie
Guest
I am working with an ADO recordset inside a subform. The recordset is based upon a SQL statement that retrieves data according to a code chosen from a combo box on the main form.
The problem is that I can't get the main form to "refresh" the subform. When I open the subform by itself and enter in data it works properly, but when I open the main form and choose a code from the combo box it does nothing. I have tried using doCmd.ReQuery "subform" but the subform does not change. Any ideas?
Thanks for any help!
Bradley McDonald
The problem is that I can't get the main form to "refresh" the subform. When I open the subform by itself and enter in data it works properly, but when I open the main form and choose a code from the combo box it does nothing. I have tried using doCmd.ReQuery "subform" but the subform does not change. Any ideas?
Thanks for any help!
Bradley McDonald