Hi all,
I'm using Access 2007 and I would like include "All" as the first selection in my combo box then populate the remainder of the combo box from an existing table. There are two fields, the first is the Primary key of the table, and the second is a description. I believe that I can create a function in VBA and call that from the RowSourceType.
I tried to use the AddItem method of the combo box without success.
Any helpful ideas would be appreciated!
Thanks!
I'm using Access 2007 and I would like include "All" as the first selection in my combo box then populate the remainder of the combo box from an existing table. There are two fields, the first is the Primary key of the table, and the second is a description. I believe that I can create a function in VBA and call that from the RowSourceType.
I tried to use the AddItem method of the combo box without success.
Any helpful ideas would be appreciated!
Thanks!