nkimlinger
IS-IT--Management
I am customizing a third party application, using MS Access Project on SQL 7.0. I am working on a bound Access form wiht the data source of: "SELECT * FROM tableName WHERE 1 = 2". This returns a blank row, which allows the user to enter a new record into the bound table. When you remove the WHERE clause, it does not allow a new record to be entered, even with the form properties set to Allow Additions and Data Entry = Yes.
What is the logic behind the 'WHERE 1 = 2' clause? I am unfamiliar with this in a SQL statement. Can anyone explain this to me?
Thanks.
What is the logic behind the 'WHERE 1 = 2' clause? I am unfamiliar with this in a SQL statement. Can anyone explain this to me?
Thanks.