Hi. I'm a bit stuck here. I've been playing with this off and on for 2 days and just can't seem to get anywhere. I'm trying to learn VB.net and built a simple windows form. The problem is that I have ...
You loop through records via Move methods on the form's underlying Recordset object (use a clone if you don't want to change the current record). However, you should only loop through records when you ...