User Profile
Collapse
-
I have tried but just adding a % either side does not do anything. Could you show me an example in the code of where it would go. The query works fine it will find an exact match that i type into the parameter, but i need it to be a wildcard search as i am trying to find discrepancies in our data/ -
How would i include it within this though would it just be @invoiceaddress name%Leave a comment:
-
How do I wildcard a parameter search
Very new to all of this, I have a simple search that shows all invoice information for a client. I need to be able to search for part of the client name rather than an exact match. In Access i know a * will wildcard a search. How do I do it in SQL here is the code
SELECT
dimOrganisation .Name
,dimInstruction s.FILENO
,rpt_CIAReports _RawData.Invoic eID
,rpt_CIAReports _RawData.Alloca tionValue
...
No activity results to display
Show More
Leave a comment: