If a button (or any control for that matter) is disabled is it possible to have an alternate control selected? The problem I'm having is two buttons below a list control - a prev button and next button. The next button is usually enabled and is set to be the next control from the listbox above and the buttons to the left. But if the user reaches the end of the listings the next button is no longer enabled but the prev button stays enabled. This causes neither buttons to be selectable because both the buttons to the left and the listbox above don't have this (prev) button for the ondown field, they have the now disabled next button. Is there any way around this? I hope this makes sense as it's very hard to describe.