I have problem here. How I can enchance the display that show the field name and value in the listbox to make it look beautiful in term of alignment ?
I have field name seperate with colon : and its value. I want it show something like this
Code:ABCDE : 1234 Ab : 2345 Abc : 5643Code:List2.AddItem List1.List(j) & " : " & recs.Fields(List1.List(j)).Value




Reply With Quote