Use Duplicate List Box on Multiple Tabs in a Form

fp682a

New member
Local time
Today, 01:59
Joined
May 8, 2009
Messages
1
Hi All-

I have a form with multiple tabs. I would like two of the tabs to use the same listbox, however you cannot duplicate a list box, so I have list124 on tab 1 and list129 on tab 2. They are identical. What I am trying to do is sync the list boxes up. So if I select Item 3 on list124 and then go to tab 2 I would like to see item 3 highlighted in list129 and vice versa. Is this possible?

If this cannot be done, is there a way of preventing the selected item from being highlighted? This would be another work around.

:confused:
 
You could probably do it in the afterupdate event but why would you want to..
 
yep in the afterupdate for each listbox just

otherlistbox = thislistbox

as appropriate
 

Users who are viewing this thread

Back
Top Bottom