access2010
Registered User.
- Local time
- Yesterday, 20:42
- Joined
- Dec 26, 2009
- Messages
- 1,117
Hello
We have been trying to copy data from a combo box to a field without any success.
===
Private Sub PortfolioCode_AfterUpdate()
' From the combo box "PortfolioCodek" Place the field data into Column # 1
Me.PortfolioCode = Me.Broker.Column(1)
End Sub
===
Could I please receive a suggestion on how to fix this problem
Thank you
Nancy
We have been trying to copy data from a combo box to a field without any success.
===
Private Sub PortfolioCode_AfterUpdate()
' From the combo box "PortfolioCodek" Place the field data into Column # 1
Me.PortfolioCode = Me.Broker.Column(1)
End Sub
===
Could I please receive a suggestion on how to fix this problem
Thank you
Nancy