I'm uding Access and on a form I've an unbound listbox where I go to insert several line via VBA. My purpose is to change one of those line but I don't know how. I know that "listbox.listindex" identify the row that I want to modify and I thought that "listbox.list(listbox.listindex)" would be the solution I'm looking for but it's not. It return the error that couldn't find method or data member. Maybe cause the listbox is unbound?
Thanks for your help.