I'm reformatting a report and the block of the query has the following clause in the select statement:
what baffles me is that it returns values when run from the form. How or from where are the values 1 and 2 being loaded or substituted?
Code:
select fld1, fld2, fld3
from tabx
WHERE 1=2 --<----
what baffles me is that it returns values when run from the form. How or from where are the values 1 and 2 being loaded or substituted?