View Single Post
  #5  
Old April 23rd, 2010, 12:18 PM posted to microsoft.public.access.forms
BruceM via AccessMonster.com
external usenet poster
 
Posts: 448
Default Combox not getting into edit mode

If you mean you want to select a record in the combo box so that you can go
to that record, the combo box should be unbound. The combo box wizard can
help you set that up.

janiotjoeawie wrote:
I just want to select a record with the combobox.
My problem seems to be different than I tought initialy.
It looks like it is not comming in the change() event.
I've also tried to trigger the click() event but also without any result.

But if I want to edit the data through the combo box it will not get into
edit mode (the little pencil).


Do you mean that you're trying to edit the values *in the Combo Box control
itself*? If so, you can't; combos are not subforms, are not editable and
aren't the right tool. Please clarify...


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/201004/1