I am wondering if anyone out there has ever run into a situation where a listbox "remembers" the last value of the bound column from a previous record. Example:
I have a listbox which lists "notes" attached to a member's profile. If I double click on the entry it opens the appropriate note in an edit form, no problem. Now, If I re-open the form (without closing it, basically populating the form and listbox with different member's information), the other member has no notes, but when I double-click on the listbox, it opens the note from the previous member. I am doing this to error-trap the list box in case someone double clicks on it when it's empty. I am using access 2002 adp which connects to a sql server. I repopulate the listbox via VB/SQL. I can't figure out where it's getting that value from. Any help would greatly be appreciated. Thanks for taking time to read this. Post questions, If I'm unclear. It's late, I go home now...
I have a listbox which lists "notes" attached to a member's profile. If I double click on the entry it opens the appropriate note in an edit form, no problem. Now, If I re-open the form (without closing it, basically populating the form and listbox with different member's information), the other member has no notes, but when I double-click on the listbox, it opens the note from the previous member. I am doing this to error-trap the list box in case someone double clicks on it when it's empty. I am using access 2002 adp which connects to a sql server. I repopulate the listbox via VB/SQL. I can't figure out where it's getting that value from. Any help would greatly be appreciated. Thanks for taking time to read this. Post questions, If I'm unclear. It's late, I go home now...