D
DanDan
I'm still using Access 2000 here so bear with me. On my continuous forms, the
up and down arrow keys send me to the controls left and right of the current
control instead of to the next or previous record for the same control. I
solved the problem by intercepting the keydown event for the up and down
arrow keys on each control for the continuous form. My problem is now that my
comboboxes can't move through records in the dropdown list using the
arrowkeys - is there any way I could have a condition in the keydown event
that checks if the control is in the dropdown state? Or is there a better
workaround for the continuous form arrow key problem
up and down arrow keys send me to the controls left and right of the current
control instead of to the next or previous record for the same control. I
solved the problem by intercepting the keydown event for the up and down
arrow keys on each control for the continuous form. My problem is now that my
comboboxes can't move through records in the dropdown list using the
arrowkeys - is there any way I could have a condition in the keydown event
that checks if the control is in the dropdown state? Or is there a better
workaround for the continuous form arrow key problem