List View Control

A

AndrewDB

Hi All. I'm trying to use a List View control to show a set of icons together
with a recordset. How do I pass the value of the third column in the List
View of the selected record to a field on the form?

Best Regards
 
A

AndrewDB

Thanks Gina. You're a star. Seems I had the bracketing wrong.
--
Kepior Senso Fumor


Gina Whipp said:
AndrewDB,

Try... =[YourListBoxName].[Column](2)

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

AndrewDB said:
Hi All. I'm trying to use a List View control to show a set of icons
together
with a recordset. How do I pass the value of the third column in the List
View of the selected record to a field on the form?

Best Regards
 
G

Gina Whipp

Andrew,

Thank you AND you're welcome!

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

AndrewDB said:
Thanks Gina. You're a star. Seems I had the bracketing wrong.
--
Kepior Senso Fumor


Gina Whipp said:
AndrewDB,

Try... =[YourListBoxName].[Column](2)

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" -
Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

AndrewDB said:
Hi All. I'm trying to use a List View control to show a set of icons
together
with a recordset. How do I pass the value of the third column in the
List
View of the selected record to a field on the form?

Best Regards
 

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