P poporacer Registered User. Local time Today, 10:10 Joined Aug 30, 2007 Messages 136 May 12, 2008 #1 I saw somewhere some code for two listboxes that you can move the information from one to the other, like the query wizard. Anyone know where I can find it? Thanks
I saw somewhere some code for two listboxes that you can move the information from one to the other, like the query wizard. Anyone know where I can find it? Thanks
ajetrumpet Banned Local time Today, 12:10 Joined Jun 22, 2007 Messages 5,638 May 12, 2008 #2 you basically do it like this (from the first combo to the second). works the same for listboxes (to switch the values back from the one box to other, just repeat the process that is shown in the form's code). A similiar concept can be seen here as well: http://www.access-programmers.co.uk/forums/showpost.php?p=645051&postcount=8 Attachments Combo Box Switch (by SQL statement).zip Combo Box Switch (by SQL statement).zip 14.7 KB · Views: 93
you basically do it like this (from the first combo to the second). works the same for listboxes (to switch the values back from the one box to other, just repeat the process that is shown in the form's code). A similiar concept can be seen here as well: http://www.access-programmers.co.uk/forums/showpost.php?p=645051&postcount=8