Is it possible to build a query using a form with check boxes? What I would like to do is if the field on the form is checked then it is included in the query. If it is not checked it ignored and excluded from the query.
My users love it also. I include this applet in nearly every application I create. In some apps with a SQL Server backend, I have modified the applet to use pass-through queries which increases the performance.
The mods for pass-through required setting the delimiters in the code that builds the SQL statement to single quotes rather than double quotes or # (dates). I then just changed the SQL property of a saved pass-through query (qsptMyQuery).
This required creating master queries/views in the SQL database.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.