strQuery = "SELECT DisasterName, DisasterType, Detail, Date, Country FROM Disasters WHERE DisasterType = '" & isit1 & "'" '&' "Date = #" & isit2 & "#" '&' "Country = '" & isit3 & "'"
*********************************************
That is my code....it works ...kind of......Now what I am trying to get here is to display the results only if ALL the conditions are met...what it is doing now is displaying the results of 'DisasterType'........and doesn't care about the rest of the conditions.......thanks for the help....
CS
*********************************************
That is my code....it works ...kind of......Now what I am trying to get here is to display the results only if ALL the conditions are met...what it is doing now is displaying the results of 'DisasterType'........and doesn't care about the rest of the conditions.......thanks for the help....
CS