Does anyone know if it is possible to use code to move to the next record on a form without opening a recordset. I am trying to loop thru records on a form in code behind another form.Basically I need to mimic a key press or a click event in code.
Tricky as the form I want to move records on is already open but not the form I am using.
Also how do I enter the pgdn command as when I try it as a keystroke it just does the 'Page Down' action and moves me on to the Wait line