K
kobi via AccessMonster.com
I have an adp project that includes a main form tied to a query that is
manipulated by a criteria string to filter records when opened. The subform
is tied to the main form, the record source is the table to allow editing.
The problem is this.....when you open the form the buttons on the main form
work fine. As soon as you edit anything in the subform, none of the buttons
will work unless you close the whole form and requery the data. I suppose if
I simply requeried the data to reset the main form's recordset that would do
it, but they could have gotten to this form by means of 3 different forms
that filter and there's really no way to know what they filtered for.
Essentially I suppose, I'm looking for something that says, requery the
existing recordset but for the life of me, can't figure out the right combo
to get this to work. Help?
manipulated by a criteria string to filter records when opened. The subform
is tied to the main form, the record source is the table to allow editing.
The problem is this.....when you open the form the buttons on the main form
work fine. As soon as you edit anything in the subform, none of the buttons
will work unless you close the whole form and requery the data. I suppose if
I simply requeried the data to reset the main form's recordset that would do
it, but they could have gotten to this form by means of 3 different forms
that filter and there's really no way to know what they filtered for.
Essentially I suppose, I'm looking for something that says, requery the
existing recordset but for the life of me, can't figure out the right combo
to get this to work. Help?