G
Guest
MS Access 200
I have a form with a cmb (Provider) in the header and two bound text boxes in detail (not a subform). Each time a new value is selected in the cmb I apply a filter as shown below
Private Sub Provider_AfterUpdate(
Me.Filter = "ProviderID = " & Forms("Caseload")!Provide
Me.FilterOn = Tru
End Su
The detail section shows all the records I want PLUS the selected record from the previous set. Help.
thanks, Dick
I have a form with a cmb (Provider) in the header and two bound text boxes in detail (not a subform). Each time a new value is selected in the cmb I apply a filter as shown below
Private Sub Provider_AfterUpdate(
Me.Filter = "ProviderID = " & Forms("Caseload")!Provide
Me.FilterOn = Tru
End Su
The detail section shows all the records I want PLUS the selected record from the previous set. Help.
thanks, Dick