BitCounter
Programmer
All:<br><br> I have an SQL statement (see below) that generates a limited recordset. I want it to generate that recordset based on a particular field being empty (exit_status). In my database, if a particular record has anything in the exit_status field, then I do not want it in my current recordset. I have the following SQL statement and it returns no records. I essentially want the recordset returned where the field [exit_status] is equal to "" [nothing]. What am I doing wrong?<br><br> Set Rs1 = Conn1.Execute("SELECT Status From [Information Sheet] WHERE Exit_Status = '""'"
<br><br>Thanks!<br>