Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access VBA
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 13th, 2007, 08:38 PM
Registered User
 
Join Date: Feb 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default multi-column list box values moved to 2nd list box

I have 2 list boxes:
The first, lstOne, contains 2 columns, is single-select, and gets populated from a query.
The second, lstTwo, contains the same 2 columns, and gets populated when the user selects a row from lstOne, and clicks on a command button that is supposed to copy the selected row (both columns) from lstOne. However, I seem unable to copy both columns from lstOne to lstTwo into the corresponding separate columns. What's the trick?


 
Old May 14th, 2007, 01:58 PM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

Can you post the code you are using now?

mmcdonal





Similar Threads
Thread Thread Starter Forum Replies Last Post
Grab Values From List Box into Text Box phungleon VB How-To 2 June 19th, 2008 10:33 PM
How to get multiselect values from list box in jsp krishnamoorthymca JSP Basics 0 December 19th, 2006 02:13 AM
passing values from multiple list box tulincim Classic ASP Basics 4 September 13th, 2005 06:40 PM
list box item moved up and down with focus valentine Classic ASP Basics 0 August 2nd, 2005 07:50 AM
Multi Select List Box Coding Errors... snoopy92211 VB Databases Basics 10 June 30th, 2004 08:33 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.