J
Jack
Hi,
I am trying to add items to a Access combo box programatically as follows:
' Load the drop down
With cbTechnique
.AddItem "Orders by Customer (refresh method)"
.AddItem "Orders by Customer (CreateParameter method)"
.AddItem "Add an order detail item"
.AddItem "Get Revenue by week"
.AddItem "Add an order"
End With
But this seems to be not working. Any help is appreciated. Thanks in advance.
I am trying to add items to a Access combo box programatically as follows:
' Load the drop down
With cbTechnique
.AddItem "Orders by Customer (refresh method)"
.AddItem "Orders by Customer (CreateParameter method)"
.AddItem "Add an order detail item"
.AddItem "Get Revenue by week"
.AddItem "Add an order"
End With
But this seems to be not working. Any help is appreciated. Thanks in advance.