I have a table named By software and coloumn named Name, this coloumn contains the record that i am searching for. This code doesnt seem to work it gives me an error message.
Me.Filter = "By Software.Name='" & Me.txtField & "'"
Me.FilterOn = True
Compile Error:
Method or data member not found.
the textbox name is text1 and label for textbox is Enter your string.
what changes do i need to make in the event procedure.