How to use like command in code behind page to compare with recordset value ?
As I want to do comparision like below
But this will not work.
So please can tell me how I can do that type of comparisions.
Thanks
Chandan Kr Sah
As I want to do comparision like below
Code:
Dim rs As DAO.Recordset If rs1![Activity].Value Not Like & '*Prep*'" Then '...do calculations End If
So please can tell me how I can do that type of comparisions.
Thanks
Chandan Kr Sah
Comment