David Moger
New member
- Local time
- Today, 19:04
- Joined
- Dec 10, 2024
- Messages
- 3
Hi. I am very new to access and vba but I have learnt a lot and made good progress on a project I am creating.
I have found myself in a place where I am a bit lost.
I have a do loop stepping through a table.
I call a subroutine at the end of the loop before
“table.MoveNext”
“Loop”
The subroutine has a do loop that steps through the same table and when I return from the subroutine I get a
Runtime error 3021
No current record.
I think I need to record the record that I am at before I do the call and then set the recorded position when I return.
Any help would be gratefully received.
I have found myself in a place where I am a bit lost.
I have a do loop stepping through a table.
I call a subroutine at the end of the loop before
“table.MoveNext”
“Loop”
The subroutine has a do loop that steps through the same table and when I return from the subroutine I get a
Runtime error 3021
No current record.
I think I need to record the record that I am at before I do the call and then set the recorded position when I return.
Any help would be gratefully received.