Hi,
I've got a comboxbox in a grid; the column's sparse property is set to .f.
I want the combobox to dropdown for the active cell as soon as the cell
receives the focus. How do i do this? Thanks in advance.

Greg

Re: combobox automatically dropdown in grid by Tim

Tim
Fri Jun 02 13:04:52 CDT 2006

KEYBOARD '{SPACEBAR}' in the GotFocus Method of the combobox

"gwick" <gwick@discussions.microsoft.com> wrote in message
news:60763B00-3D0E-4483-94E2-71FA7744760C@microsoft.com...
> Hi,
> I've got a comboxbox in a grid; the column's sparse property is set to .f.
> I want the combobox to dropdown for the active cell as soon as the cell
> receives the focus. How do i do this? Thanks in advance.
>
> Greg