F
Frank Situmorang
Hello Experts:
I have tried my best and it still not work. Following is my VBA in the
mainform, wanted to filter by supplier:
Private Sub CboSupName_AfterUpdate()
Filter = "SupName='" & Me!CboSupName.Value & "'"
FilterOn = True
End Sub
In the suborm, I have put the option group like the one in the Cutomerphone
list of Northwind, but it does not work.
We apprediate your help.
Frank
I have tried my best and it still not work. Following is my VBA in the
mainform, wanted to filter by supplier:
Private Sub CboSupName_AfterUpdate()
Filter = "SupName='" & Me!CboSupName.Value & "'"
FilterOn = True
End Sub
In the suborm, I have put the option group like the one in the Cutomerphone
list of Northwind, but it does not work.
We apprediate your help.
Frank