S
SQUILIKI
I have a from with a combo box on it. The combobox is based on a query. When
I select a record , and then use a button to run a command, the pointer to
the combobox record resets to the top of the box.
If I place the following code in the after update form the combobox
msgbox comboboxxyz.column(1)
it returns "steve"
if I then place the same code in the click event of a button, it displays
the record from the top of the combo box.
Can someone point me in the right direction?
Thnaks,
Steve
I select a record , and then use a button to run a command, the pointer to
the combobox record resets to the top of the box.
If I place the following code in the after update form the combobox
msgbox comboboxxyz.column(1)
it returns "steve"
if I then place the same code in the click event of a button, it displays
the record from the top of the combo box.
Can someone point me in the right direction?
Thnaks,
Steve