Jul 13, 2005 #1 mbair Programmer Joined Aug 13, 2003 Messages 22 Location US what is the syntax for refering to a value in listbox column on a subform
Jul 13, 2005 #2 LifeDragon Programmer Joined Jul 12, 2005 Messages 6 Location CA There is a function My_List.Column(column_id) to refer a specific column in a listbox Note : column_id starts at 0, so the first column = 0 or My_List.Value the second = 1 etc... Upvote 0 Downvote
There is a function My_List.Column(column_id) to refer a specific column in a listbox Note : column_id starts at 0, so the first column = 0 or My_List.Value the second = 1 etc...