This is similar to a post I made yesterday but I have narrowed the problem down...
When I open a form, I cannot navigate through the records. The navigation buttons do not work. (They should). It is as if Access is seeing an empty recordset.
If I tell the open form to go to the last record it remains stubbornly on record 1.
I can, however, add new records.
The form is based on a query. In an attempt to isolate the problem, I added a test button to the form with the code
MsgBox(me.recordsetclone.recordcount)
The messagebox returns the correct number of records. Once I press OK to close the messagebox, the navigation buttons miraculously start working - it's as if the form has needed a kick start to recognise the recordset.
Does anybody know why this might be happening?
When I open a form, I cannot navigate through the records. The navigation buttons do not work. (They should). It is as if Access is seeing an empty recordset.
If I tell the open form to go to the last record it remains stubbornly on record 1.
I can, however, add new records.
The form is based on a query. In an attempt to isolate the problem, I added a test button to the form with the code
MsgBox(me.recordsetclone.recordcount)
The messagebox returns the correct number of records. Once I press OK to close the messagebox, the navigation buttons miraculously start working - it's as if the form has needed a kick start to recognise the recordset.
Does anybody know why this might be happening?