Results 1 to 7 of 7
  1. #1
    Pasca is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Aug 2014
    Posts
    4

    List with product

    hi , i want to make a form in access where to add some product and in a text box to have sum from that list . any help ? or sugestion?


    thanks

  2. #2
    recyan's Avatar
    recyan is offline Expert
    Windows 2K Access 2000
    Join Date
    Dec 2011
    Posts
    662
    Can you post an example of what you want to add in the form & what result ( sum from that list ) you want to see in the text box.

    Thanks

  3. #3
    Pasca is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Aug 2014
    Posts
    4
    Click image for larger version. 

Name:	access.png 
Views:	16 
Size:	14.0 KB 
ID:	17862this is

  4. #4
    Pasca is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Aug 2014
    Posts
    4
    in concepto i want t hawe products , and with command54 i want to add them to list

  5. #5
    recyan's Avatar
    recyan is offline Expert
    Windows 2K Access 2000
    Join Date
    Dec 2011
    Posts
    662
    Am not in to forms or VBA. All the same, till some one comes along, just check if below gives some idea :

    Code:
    Private Sub Command54_Click()
    
    
        Dim NewData As String
        
        NewData = Me!txtBoxConcepto
      
        lstBoxList52.AddItem NewData
    
    
    End Sub
    Note : You need to have the "Row Source Type" for the List box set to "Value List"
    ---------------------
    If possible, can you explain the need of the list box at a functional ( practical ) level.

    Thanks

  6. #6
    Pasca is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Aug 2014
    Posts
    4
    thank you , i try to put a subform in that form , i leave that ideea . But thank you , i learn something new today

  7. #7
    recyan's Avatar
    recyan is offline Expert
    Windows 2K Access 2000
    Join Date
    Dec 2011
    Posts
    662
    No problem.
    All the best with your project.

    Thanks

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

Similar Threads

  1. Replies: 2
    Last Post: 08-14-2014, 11:49 AM
  2. Replies: 5
    Last Post: 03-23-2014, 09:01 AM
  3. set a list table for each product
    By mike02 in forum Access
    Replies: 1
    Last Post: 07-23-2013, 01:27 PM
  4. Replies: 1
    Last Post: 01-10-2013, 06:44 PM
  5. Replies: 0
    Last Post: 12-14-2009, 09:57 PM

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