My Assistant
![]() ![]() |
|
|
Aug 2 2006, 09:25 AM
Post
#1
|
|
|
New Member Posts: 10 |
Hi
I have a control on one of my forms with two columns (Country and CountryOfCurrency). If i am writing a SQL statement for another control how do i refer to a specific column on the combo box. Any Help much appreciated Cheers |
|
|
|
Aug 2 2006, 09:26 AM
Post
#2
|
|
|
UtterAccess VIP Posts: 23,583 From: Mississippi |
Use the Combo Box's Columns collection:
Me.[NameOfComboBox].Column(ColumnNumber) ColumnNumbering starts at 0 so to get the second column, you would put a 1 for ColumnNumber |
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 21st May 2013 - 08:24 PM |