G
Guest
I have an application with a search form, and a subform for the results of that search (there may be multiple results so the subform is a datasheet view). If the individual changes the search parameters, I use an SQL statement to programatically re-create the underlying query for the results subform. Is there a way to update the sub-form data with the new query results? Currently, the only way I can get it to work is to unload and reload the form (not very clean). I have tried several variations of the requery method, but can't seem to get it to work with the subform. The primary form is called FrmSelection and the subform is called SubFrmResults in the "SubFrmResultsCtl" control. Any help on the requery method or other ideas would be greatly appreciated.
Thanks
Thanks