I am currently trying to convert my MSAccess application to VB2010 Express but am at a loss of how to get VB to action the functionality which I had in MSAccess which was that when the user presses the right arrow key while in the Name textbox it would move onto the next record in the recordsource. I have tried to use the MoveNextItem of the BindingSource object but it is finding an exception;
BindingNavigato rMoveNextItem.S elect()
What am I doing wrong?
BindingNavigato rMoveNextItem.S elect()
What am I doing wrong?
Comment