I am trying to do the simplest thing adn I think I must be doing something v v v silly.
Dim rs as new AdoDB.recordset
rs.open "SELECT * FROM qry1 WHERE TextField1 <> 'Tracy'", currentproject.connection
Unfortunately it return EOF. It seems it doesn't like the <> operator, nor !=, nor 'NOT'. When I use = it works fine.
Please please can anyone help me by explaining what operator I can use to select records that do are not equal to a particular string?
Many thanks
TRacy
Dim rs as new AdoDB.recordset
rs.open "SELECT * FROM qry1 WHERE TextField1 <> 'Tracy'", currentproject.connection
Unfortunately it return EOF. It seems it doesn't like the <> operator, nor !=, nor 'NOT'. When I use = it works fine.
Please please can anyone help me by explaining what operator I can use to select records that do are not equal to a particular string?
Many thanks
TRacy