Results 1 to 4 of 4
  1. #1
    andrebmsilva is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Posts
    19

    Form that enables switching items between lists easily ?


    SOLVED (
    Hello,
    My name is André, and I'm new to this forum. Actually I'm new to using forums at all.
    English is not my first language, so please do apologize any of my language mistakes.
    I'm doing an internship and i'm stucked. I would apreciate your help with this:
    Click image for larger version. 

Name:	Captura de ecrã 2012-10-18, às 19.02.15.png 
Views:	10 
Size:	30.2 KB 
ID:	9567
    I wish i could do this type of form, but unfortunatelly i've never learned it and never seen one.
    ) SOLVED.

    SECOND QUESTION:

    I want to be able to have the values that get in the basket to receive the same basket ID.
    In the list "Basket" i would like to have the list of the basket ID's:

    Click image for larger version. 

Name:	Captura de ecrã 2012-10-20, às 16.12.12.png 
Views:	3 
Size:	50.1 KB 
ID:	9598

    Thanks in advance,
    André
    Last edited by andrebmsilva; 10-20-2012 at 09:45 AM.

  2. #2
    alansidman's Avatar
    alansidman is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529
    If I understand correctly, this should help you to solve your issue.

    http://www.datapigtechnologies.com/f...tboxtrick.html

  3. #3
    Robeen is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Location
    Tulsa, Oklahoma.
    Posts
    1,596
    These two lines of code in a CommandButton Add the selected Item from List1 to List2 -> and then Delete it from List1.

    List2.AddItem (List1.ItemData(List1.ListIndex))
    List1.RemoveItem (List1.ItemData(List1.ListIndex))

  4. #4
    andrebmsilva is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Posts
    19
    I have done the sugested solution and worked great.
    But now, i have this other doubt (related to the first doubt):

    Click image for larger version. 

Name:	Captura de ecrã 2012-10-20, às 16.12.12.png 
Views:	4 
Size:	50.1 KB 
ID:	9597

    I want to be able to have the values that get in the basket to receive the same basket ID.
    In the list "Basket" i would like to have the list of the basket ID's.

    Thanks in advance,
    André

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 5
    Last Post: 09-05-2012, 06:42 PM
  2. Replies: 3
    Last Post: 06-24-2012, 02:19 PM
  3. Form Pic Lists
    By Stephen Fetherston in forum Forms
    Replies: 3
    Last Post: 01-06-2012, 12:20 PM
  4. Replies: 3
    Last Post: 12-19-2011, 11:39 AM
  5. Form design--lists and FKs
    By wes in forum Forms
    Replies: 10
    Last Post: 08-10-2011, 08:50 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums