Ms Access 2003 win7 32 bit
I have the following SQL statement
There are eight rows that have household number 12683, only one of the of the eight rows has year 2011. Yet the query returns eight rows.
Advice appreciated.
tia Jack
I have the following SQL statement
Code:
SELECT nIdentity FROM tblPayments WHERE (nHouseholdNumber = 12683 AND nForYear = 2011)
There are eight rows that have household number 12683, only one of the of the eight rows has year 2011. Yet the query returns eight rows.
Advice appreciated.
tia Jack