This does not solve my Problem is at will still only Show ALL of the "erledigt" or ALL of the "non-erledigt"
I have at the Moment in my database two different customers:
Danish Crown Konzern
And
Tönnies Konzern
in a form I Show Information such as CustomerName, Subsidiary, data etcetc, in my searchfield (txtsearch) that is connected with the button:...
User Profile
Collapse
-
-
I am sorry, I have changed the codes so they are alittle easier to look at.
Should I make a new thread?
My Problem is basically:
The Report-filter works perfectly fine along with the button that filters for "erledigt" or "non-erledigt" HOWEVER when I use my search field (txtsearch) with the button to search with, the Report still only Shows ALL of the erledigt or ALL of the non-erledigt....Leave a comment:
-
I am going to pump this post as I am running into a minor Problem.
Basically the Report button works perfectly, however my form ALSO has a search field:
...Code:Private Sub Befehl104_Click() Dim strsearch As String Dim strText As String Dim filterstr As String If (Len(Txtsearch.Value) > 0) Then strText = Me.Txtsearch.Value strsearch = "SELECT * from ServiceAuftragTabelleQLeave a comment:
-
-
@Twinny
If I want to add a msgbox to say "filtered for 'erledigt'." and "Filtered for None-'erledigt'" where do I put the msgbox's??
Kind RegardsLeave a comment:
-
-
Filter FormTable to show only "Yes" from Yes/No BOX
Hello there!
I am running into Trouble with my current database.
I have a table with "Services"
I then made a FormTable that lists all of them.
Each "Service" has a field called "Erledigt" (German)
This is a Yes/no Field.
I have made a button - This button is supposed to be clicked and then only Show the ones that are ticked "Yes"...
No activity results to display
Show More
Leave a comment: