This is already very good, but if I want to do this in an other form, and go to the specific form, what have I to do?
Can you help me?
If the command button is on the same form, you can try this
Me.Filter = "naam_kl = [Which Client are you searching for?]"
Me.FilterOn = True
naam_kl.SetFocus
Can you help me?
If the command button is on the same form, you can try this
Me.Filter = "naam_kl = [Which Client are you searching for?]"
Me.FilterOn = True
naam_kl.SetFocus