Greetings,
I have a form that is behaving very strangely.
The form is based on a query that has only one criteria, that the DateClosed field in the underlying table "Is Null".
My test data consists of 24 records of which the first 5 have a DateClosed Entry. The query properly omits those records from displaying in the form.
My form has navigation buttons in the header created using the Next Record and Previous Record functions built into Access. They function normally until I get to record #8 when I have to click the button twice to advance to the next record. The same happens at record #10 and then at record #11 it gets really crazy.
When I try to advance to the next record from #11 (which of course should be #12) it jumps to record #20 and then proceeds normally to the end of my data set.
This same odd behavior also occurs going backwards using the Previous Record button. Using the standard navigation buttons at the bottom of the Form window also produces the same result.
Any suggestions as to what is causing this behavior would be greatly appreciated.
Thanks in advance for your assistance,
~ Phil