hello experts
rec.Open "select * from tbl where id="& inputted, con, 2, 3
i used the above code to find records and now the real problem occures when a value is inputted and that doesn't exist in the database so in such a case i wanna display en error message
so how to decide whether record found or not