GrandadsReturn
New member
- Local time
- Today, 20:44
- Joined
- Jan 23, 2012
- Messages
- 4
Yes - I saw that - the difference is that you can use the MoveFirst method directly on the ListBox recordset. As the list box (called "LP") is on a form with the command button, I used
Me.LP.Recordset.MoveFirst
which fixed Spectrum's issue that I had replicated exactly.
Have you tried it?
Me.LP.Recordset.MoveFirst
which fixed Spectrum's issue that I had replicated exactly.
Have you tried it?