List View Control

  • Thread starter Thread starter AndrewDB
  • Start date Start date
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
 
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
 
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
 
Back
Top