Seems like its just doing a filter before it gets to your record with ID# specified. So, the query pulls all data from the database source, then you input a value (ID#), and then that record gets filtered. If you design your forms this way, it's not uncommon to see a record that shouldn't be...