ListBox.Column(n)

H

H. Martins

Hi,

Me.lstbxListBox.Column(6)

Is there a way to replace the column index by the column field name?

Thanks
H. Martins
 
H

H. Martins

Sean,

Well, it was just a thought.

Sometimes I have to insert (or delete) a new column in a listbox and I
have to change the column index of the function.

The function can be located in the same form, but sometimes is in
other report and I have to search for it.

No big problem, I was just exploring ...

Thanks
H. Martins
 
K

Ken Snell \(MVP\)

Well, yes, it's possible to do in VBA code. Are you comfortable with VBA?
Post back and we can show you how to do this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top