Rob.Mills
03-19-2003, 11:20 AM
I've created a simple form to see if I can make this work before I implement it.
On the form I have one textbox and two listboxes.
The first listbox has ten options to choose. I've setup it up so that when you click on an option it will add the option's id to the textbox. Then the form requires both listboxes. The first listbox shows options that are not in the textbox. The other shows ones that are.
So the idea is to click on one and have it taken out of the first box and added to the second. It works fine the first time I add something but not after that.
The first listbox criteria is Not In (Forms!frmTest!txtOptions)
If the textbox says (4,5) then nothing is filtered out. But the weird thing is that if I copy and paste what's in the text box into the criteria it works correctly.
Anyone got any ideas???
On the form I have one textbox and two listboxes.
The first listbox has ten options to choose. I've setup it up so that when you click on an option it will add the option's id to the textbox. Then the form requires both listboxes. The first listbox shows options that are not in the textbox. The other shows ones that are.
So the idea is to click on one and have it taken out of the first box and added to the second. It works fine the first time I add something but not after that.
The first listbox criteria is Not In (Forms!frmTest!txtOptions)
If the textbox says (4,5) then nothing is filtered out. But the weird thing is that if I copy and paste what's in the text box into the criteria it works correctly.
Anyone got any ideas???