NVM I got it figured out
I'm writing a query for access in vba.
d_clause = d_clause & " FROM temptbl WHERE ((Not ((temptbl.[description of communication]) Like *Scenario '" & scenariono & "':*) And (temptbl.[description of communication]) Like *scenario*));"
once again a quotations problem.
scenariono is an string that comes from a frame.
can someone help me fix it.
thank you much
Amit
I'm writing a query for access in vba.
d_clause = d_clause & " FROM temptbl WHERE ((Not ((temptbl.[description of communication]) Like *Scenario '" & scenariono & "':*) And (temptbl.[description of communication]) Like *scenario*));"
once again a quotations problem.
scenariono is an string that comes from a frame.
can someone help me fix it.
thank you much
Amit