Hello,
I have a split form (picture attached), I want to create a text box that will filter the information.
I have tried binding the splitform to a query, with criteria based on the value of the text box, then creating a re-query event when a key is pressed in the textbox. This works for about 1 second then it shows all data again.
query criteria:
Text box event (onKeyUp):
Any idea's what I have done wrong?
I have a split form (picture attached), I want to create a text box that will filter the information.
I have tried binding the splitform to a query, with criteria based on the value of the text box, then creating a re-query event when a key is pressed in the textbox. This works for about 1 second then it shows all data again.
query criteria:
Code:
like "*" & MyControl.text & "*"
Text box event (onKeyUp):
Code:
MyForm.Requery
Any idea's what I have done wrong?