[FONT="]
I would like to automatically display the list of choices in the combo boxes when the cursor comes to those combo boxes.
i used this code and then on the on got focus of each combo box i typed [/FONT] [FONT="]=dropdown
However, it still wont work it gives me an error. The error is that the object does not contain the automation dropdown?
Any ideas.. This is on Access 2007 if that matters.
[/FONT]
Public Function dropdown()
Me.ActiveControl.dropdown
End Function
I would like to automatically display the list of choices in the combo boxes when the cursor comes to those combo boxes.
i used this code and then on the on got focus of each combo box i typed [/FONT] [FONT="]=dropdown
However, it still wont work it gives me an error. The error is that the object does not contain the automation dropdown?
Any ideas.. This is on Access 2007 if that matters.
[/FONT]
Public Function dropdown()
Me.ActiveControl.dropdown
End Function