I am looking for the best way to do a requery on a form or forms.
I have a save routine where the user will change the status of the record. I have 2 forms
that act as datasheets or grids (that are filtered on status they are split forms) where they select the appropriate record. Now, when the status changes in the save routine, is it best to do a form.requery there after the .update ..... or in the form.activate property of the split form?
I have a save routine where the user will change the status of the record. I have 2 forms
that act as datasheets or grids (that are filtered on status they are split forms) where they select the appropriate record. Now, when the status changes in the save routine, is it best to do a form.requery there after the .update ..... or in the form.activate property of the split form?