D
Dennis
In Access2003, I have a subform that I set a filter for on initial lookup. It
works fine. Then, I want to "re-filter" the data (for example, to limit the
records displayed to those matching a certain Job Number for a given Tech),
but the subform doesn't seem to requery.
I've tried the following to no effect:
Me.HoursDetail.Form.Filter = FilterString
where HoursDetail is the name of the subform control on the parent form, and
FilterString is the text of the filter. If I close and reopen the subform as
stand-alone, the new filter gets applied properly, but of course that defeats
the purpose of having a subform.
I have also tried to use:
Me.HoursDetail.Requery
afterward, but also to no effect
Any ideas would be most helpful.
TIA!
works fine. Then, I want to "re-filter" the data (for example, to limit the
records displayed to those matching a certain Job Number for a given Tech),
but the subform doesn't seem to requery.
I've tried the following to no effect:
Me.HoursDetail.Form.Filter = FilterString
where HoursDetail is the name of the subform control on the parent form, and
FilterString is the text of the filter. If I close and reopen the subform as
stand-alone, the new filter gets applied properly, but of course that defeats
the purpose of having a subform.
I have also tried to use:
Me.HoursDetail.Requery
afterward, but also to no effect
Any ideas would be most helpful.
TIA!