Wonder if someone can see a clear way to this maze.
I have a form on which there is a search field for a word or phrase within a certain field (Comments). On entering a word, e.g. "Was", a listbox fills with all records containg the word in their comments field. The user then has the option to save "Was" in a string for later report listfilling (source). The user can then select records from the displayed list of mathcing words, and store their ID's in an array to join in the latter list (report) This all works okay.
My problem is, when the user clears the word/phrase textbox to enter a new word eg "Morning" thats all okay, but if he types in his original word "Was", the list of records appear, however the multiselected list is cleared?
Any ideas of a logical way to fix it?? Thanks
I have a form on which there is a search field for a word or phrase within a certain field (Comments). On entering a word, e.g. "Was", a listbox fills with all records containg the word in their comments field. The user then has the option to save "Was" in a string for later report listfilling (source). The user can then select records from the displayed list of mathcing words, and store their ID's in an array to join in the latter list (report) This all works okay.
My problem is, when the user clears the word/phrase textbox to enter a new word eg "Morning" thats all okay, but if he types in his original word "Was", the list of records appear, however the multiselected list is cleared?
Any ideas of a logical way to fix it?? Thanks