Ran into this error when my back-end database crashed on my application. I would be able to view the first record, but as soon as I went to the next record using either the navigation bar or the combo-box I use to find records I would get this error: "No current record"
Looked at the results of numerous
google searches and found
Allen Browne's solution quite handy. However none of his tips included my situation: failure while viewing data.
Turns out I simply had to relink my tables!
Sometimes simple solutions always evade us. I spent quite a few hours before I got to this. Hope it works for you!