User Profile
Collapse
-
Ooh, i think i get that logic =D thanks!! Your help is so much appreciated...
I pasted it and the last line seems to be having issues, I do believe I have covered the string length 4 in the end of my code, but even if i remove it it still has a failure. I have bolded what seems to be causing my issue here...
thanks again! Hopefully i will hear from you!
Code:Option Compare Database Option Explicit
Leave a comment:
-
Hello jforbes thanks for the stab, its greatly appreciated...
Not quite sure where I had the error, but I pasted what you have replied with and I have the exact same result.
Each text box works individually. No issues.
how do i get them to work together?
so if there is a text entry in box filterdwg2 AND in filterdwg3... it filters the matching results for both entities...Leave a comment:
-
Multiple unbound text boxes - filter not working for all but works on just 1
Hello all,
I am trying to filter a basic form with multiple unbound textboxes. Right now I have separate boxes for each criteria (which is great for what we need, however I was asked to allow for the ability to filter the db for multiple drawings...
Code:If Not IsNull(Me.filtercompany) Then strWhere = strWhere & "([Company] = """ & Me.filtercompany & """)
No activity results to display
Show More
Leave a comment: