You can do a test for DBNull.Value first:E.g.
If objDataReader("adminTitle") Is DBNull.Value ThendbEditorTitle = "--"ElsedbEditorTitle = objDataReader("adminTitle")End If