When I tried to put in the listindex, like you said, 0 for the first column and 1 for the second I got the following
Compile error: Expected =
Me.LstProjects.AddItem(rs.Fields("ProjectID"), 0)
Me.LstProjects.AddItem(rs.Fields("ProjectName"), 1)
Any ideas?? :confused:
Mark