thanks
"Rick Brandt" wrote:
[Quoted Text] > On Thu, 04 Dec 2008 04:17:12 -0800, h3llz wrote: > > > Ive got a combo box which got two columns, staffID and staff name, the > > first column is 0cm and second is 2cm, how can i get the first column > > value via vb? > > The bound column (regardless of its position or column width) is simply... > > Me.ComboBoxName > > Any column besides the bound column is... > > Me.ComboBoxName.Column(0) > Me.ComboBoxName.Column(1) > etc.. > > > -- > Rick Brandt, Microsoft Access MVP > Email (as appropriate) to... > RBrandt at Hunter dot com >
|