I've been trying unsuccessfully to find a way to have some VB code run when ever the user presses the arrow buttons at the bottom of a form to move to the next (or previous) records.
All I have been able to implement is something that runs when the user moves the mouse over the detail space or if they click in the detail space. This is ok, but since the VB code is changing the background colors of text boxes depending on which fields are selected, I get a lot of screen flutter as the user is mousing around. Ideally I'd like the code to just execute once on a record change.
Is there a way to link my code to record change instead of mouse move?
Thanks,
Rob
All I have been able to implement is something that runs when the user moves the mouse over the detail space or if they click in the detail space. This is ok, but since the VB code is changing the background colors of text boxes depending on which fields are selected, I get a lot of screen flutter as the user is mousing around. Ideally I'd like the code to just execute once on a record change.
Is there a way to link my code to record change instead of mouse move?
Thanks,
Rob