Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   TechHelp   Forums   Help   Contact   Merch   Join   Order   Logon  
 
Back to Access Forum    Comments List
Upload Images   @Reply   Bookmark    Link   Email   Next Unseen 
Muddled Quotation Marks
David Spens 

14 years ago
I seem to have got my quote marks into a muddle.
I am trying to use a text box to filter the records in a field "EntryDetail". THe vba code I am using is:
RequeryForm

Private Sub RequeryForm()

Dim W As String
Dim R As String
Dim S As String

W = ""
S = " * "

If Not IsNull(DetailFilter) Then
W = "[EntryDetail] Like " & S & DetailFilter & S

End If

If Not IsNull(CatFilter) Then
If W <> "" Then W = W & " AND "
W = W & " CatID =" & CatFilter
End If

If Not IsNull(BankFilter) Then
If W <> "" Then W = W & " AND "
W = W & " AccID=" & BankFilter
End If


R = "SELECT * FROM AllAccsQ "

If W <> "" Then R = R & " WHERE " & W


Me.RecordSource = R

End Sub

The CatFilter and BankFilter code works perfectly, but I am using a combo box not a text box, It is the DetailFilter that does not work.

I get the message: Run-time error '3075'
Syntax error (missing operator) in query expression '[EntryDetail] Like * co-op *'

"co-op" is the text entered on which I wish to filter the records.

It appears that somewhere my quotes have got out of sync, because when I look at the SQL statement in the query it is: ... WHERE (((AllAccountsT.EntryDetail) Like "*" & [Enter Search String] & "*"))

Any suggestions?

This thread is now CLOSED. If you wish to comment, start a NEW discussion in Access Forum.
 

Next Unseen

 
New Feature: Comment Live View
 
 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
PCResale.NET
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2026 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 5/16/2026 5:39:59 PM. PLT: 1s