Results 1 to 3 of 3
  1. #1
    Master Klick is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Jul 2013
    Posts
    47

    Text box to populate from combobox


    I have a combo box in a form with row source: SELECT Accounts.[Account Name] FROM Accounts ORDER BY Accounts.[Account Name];
    This gives me a drop down list that contains my various accounts.

    I have a text that needs to show the balance of the account selected in the combo box. I will also be adding the values of two other text boxes to this, but that I can figure out.

    I just need help getting the text box to look up the balance of the selected account.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    This is already marked sovled. Is it?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Master Klick is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Jul 2013
    Posts
    47
    Quote Originally Posted by June7 View Post
    This is already marked sovled. Is it?
    Yeah, I figured it out. I was looking at the wrong thing. I ended up adding a column to the combo box and set the text box control source to the second column.

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

Similar Threads

  1. Replies: 1
    Last Post: 02-01-2015, 12:16 AM
  2. populate combobox using vba
    By dantheman in forum Programming
    Replies: 4
    Last Post: 10-26-2013, 07:41 PM
  3. Replies: 1
    Last Post: 01-16-2013, 03:32 PM
  4. How to populate combobox via VBA
    By chuki2 in forum Programming
    Replies: 7
    Last Post: 08-15-2012, 10:42 AM
  5. Populate a text box based on a combobox selection?
    By Richie27 in forum Programming
    Replies: 4
    Last Post: 04-25-2012, 08:00 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