D
dwetmore
I have a series of combo boxes that the user will populate at runtime.
I have trapped the "Enter" key to trigger the population code.
However, the "Enter" key also moves the insertion point to the next
combobox. I know I can alter Enter Key behavior for the whole
database, but I would like be able to do it for the controls on one
form which contains both text boxes and combo boxes. I still want to
be able to use Tab to move through the controls but want to disable
the tabbing effect of the Enter Key
How can I do this?
Thanks
Dave Wetmore
I have trapped the "Enter" key to trigger the population code.
However, the "Enter" key also moves the insertion point to the next
combobox. I know I can alter Enter Key behavior for the whole
database, but I would like be able to do it for the controls on one
form which contains both text boxes and combo boxes. I still want to
be able to use Tab to move through the controls but want to disable
the tabbing effect of the Enter Key
How can I do this?
Thanks
Dave Wetmore