mraetrudeaujr
Technical User
I have received a request from one of my 'endusers' of my Access application; they want to be able to scroll up and down in the PROSLOG number (primary key, indexed).
I built a macro that contains two events; GoToRecord - Previous, and GoToRecord - Next. I assigned these to the "On Key Down" and "On Key Up". It only works for scrolling down the records. Why?
What do I need to change/code/implement that will allow the endusers use the UP and DOWN Arrows to scroll through the records?