Click here to Skip to main content
15,917,176 members

Comments by dp24 (Top 27 by date)

dp24 21-Jun-13 9:46am View    
ill try to make myself more clear, the query starts with this string "SELECT * FROM " & Me.DropDownList1.SelectedValue & " WHERE " &
the idea is to check if the check check box is checked and if it is add to the string.
but there are problems by doing that, because of the conditions. if the uses the condition for exemple " >5" and then a condtion " = 10" i need to add a AND to the string
dp24 21-Jun-13 9:23am View    
HI mate, that code its just a example of what i tried. I dont have to follow that code, i would prefer start a new code to.
Sorry for bad english
dp24 21-Jun-13 9:15am View    
Problem: i need to make a selection of the conditions that the user wants, to get a query so i can then make a database search
dp24 21-Jun-13 9:15am View    
Problem: i need to make a selection of the conditions that the user wants, to get a query so i can then make a database search
dp24 21-Jun-13 9:08am View    
when i press the button export, i want create a query with the condition that are checked in the checkboxes