|
-
Nov 11th, 2006, 06:06 PM
#1
Thread Starter
Junior Member
.Filter search string
Here is an easy one I am sure. What is wrong with the code below, I want it to filter based on the input of a textbox:
rs.Filter = ("materialnumber = 'text1.text'")
-
Nov 11th, 2006, 07:29 PM
#2
Re: .Filter search string
Try this instead:
rs.Filter = "materialnumber = '" & text1.text & "'"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|