Thread
:
Need help in adding data in listbox; data entered in list box saves data in Access
View Single Post
virxen
Pro contributor
5Apr2010,20:28
the first project you send had 2 listboxes,
but when you posted your code later you mentioned 3 listboxes why?
the correct code is
Code:
............ List1.AddItem Rs(1).value List2.AddItem Rs(2).value ............
Last edited by virxen; 5Apr2010 at
20:49
..
viv345
like this