musclecarlover07
Registered User.
- Local time
- Today, 02:59
- Joined
- May 4, 2012
- Messages
- 236
I have the following code.
I keep getting an error that says cannot go to the specified record. How can I go about fixing this?
Code:
Dim ctl As Control
For Each ctl In Me
Me.Assigned = Me.Combo55
DoCmd.RefreshRecord
DoCmd.GotoRecord , , acNext
Next ctl
Last edited: