I didn't create the database or I would have made numerous changes. I am stuck trying to support it.
I am not getting it to filter....I know a combo box has the feature I need, but might be too involved. I quickly attempted to put in a combo box and the search works, but when I try to select a...
Yes I am using Access, so i used the "*". I put this in:
strFilteredList = "SELECT [Employee Info].[Last Name], [Employee Info].[First Name] FROM [Employee Info] WHERE [Employee Info].[Last Name]] LIKE '" & Me.txtSearch.Value & "*" ORDER BY [Employee Info].[Last Name];"
and get a compile...
Hello,
I am trying to do the following:
- use a text box to type in e.g., smi and have a filtered query run and display all names starting with smi
- I have a list box below the text box that has a full queury of all records. So the text i type in the text ox above needs to be captured and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.