V
Victoria
hi - I'm working through examples of code, learning what I can. In Allen
Browne's web site, there is a 'Function ShowFieldsRS(strTable)'. I'm trying
to understand the purpose of the 'False' in the code fragment below.
strSql = "SELECT " & strTable & ".* FROM " & strTable & " WHERE (False);"
The code works perfectly, but I don't understand why. I would have thought
that 'WHERE(False)' would allow no records to be chosen.
just wonderin'
Victoria
Browne's web site, there is a 'Function ShowFieldsRS(strTable)'. I'm trying
to understand the purpose of the 'False' in the code fragment below.
strSql = "SELECT " & strTable & ".* FROM " & strTable & " WHERE (False);"
The code works perfectly, but I don't understand why. I would have thought
that 'WHERE(False)' would allow no records to be chosen.
just wonderin'
Victoria