Hi everyone,
as you can see from my question i want to ask how do you show the Filtered Listbox1 from form A to listbox 2 form b, is it feasible. i know how to copy the value from listbox one to listbox 2, but can a filtered listbox1 results be shown into listbox 2.
here is how the listbox1 is copied to listbox 2. note both listbox are in different forms
[Forms]![formB]!
[listbox2]=[Forms]![formA]!
[listbox1]
thanks for your help