It's correct:
" WHERE aux1 =" & VAR1 & "and aux2=" & VAR2
?
Posted 25 January 2011 - 11:15 AM
" WHERE aux1 =" & VAR1 & "and aux2=" & VAR2
Posted 25 January 2011 - 04:02 PM
where table1.field = table2.field and table2.field2 = 'some value'
where (table1.field = 'some value' and table1.field2 = 'some other value') OR table1.field3 = 'yet another value'