View Single Post
  #2  
Old April 19th, 2010, 12:09 PM posted to microsoft.public.access.forms
Stefan Hoffmann
external usenet poster
 
Posts: 991
Default Combox not getting into edit mode

hi,

On 19.04.2010 11:11, janiotjoeawie via AccessMonster.com wrote:
I have the following problem.
I have a form with a subform on it.
On the subform I have a bounded combo box.
The combo box is pulling up the correct data.
But if I want to edit the data through the combo box it will not get into
edit mode (the little pencil).
The rowsource of the combobox is retrieved through the row source property.

Where am I going wrong?

Check:

1) the reecord source of your subform, it must be updatable.
2) whether you main form or your subform have set the AllowEdit property
to false.
3) whether your subform control is not active or locked.
4) your ComboBox control for the same properties.


mfG
-- stefan --