Auto dropdown on combo box
Auto dropdown on combo box
(OP)
In Access 97 is there any reason why a combo box will not automatically dropdown when the combo box is put in a sub form.
The auto dropdown works automatically if you start the form outside of the parent form, but refuses to do so inside the subform. I am using Got Focus event to run
Me!cbomybox.Dropdown
Any reason why this wil not work?
The auto dropdown works automatically if you start the form outside of the parent form, but refuses to do so inside the subform. I am using Got Focus event to run
Me!cbomybox.Dropdown
Any reason why this wil not work?
RE: Auto dropdown on combo box
Me![ChildFormName].Form![cbomybox].Dropdown
Change "ChildFormName" to the actual name of the Sub Form.
HTH
RDH
Ricky Hicks
rdhicks@mindspring.com