I have the following to determine unused parts of a database and was wondering how to find it if the cell is just empty instead of having the word unused in it
Code:
<% if InStr(localRecordset("station3"),"unused") > 0 then %>
Comment