Results 1 to 4 of 4
  1. #1
    ismith is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2011
    Posts
    39

    Need help loading values

    Hello,




    Ive got a form with bound txt boxes. these look into my 'Product' Table and show the last product entered. Now ive got a search button on the same page.


    When you clcik the search button a combo box appears which has in it a list of all the values in the Product table.


    What i want to do is when the user clicks any value from the combo box,
    the txt boxes should populate with information for the values that have been chosen.


    Example:


    My combo box shows 3 values, ProductID, Description and Size.
    if i choose prodID 3 i want all the txt boxes to change to the infomration that is contained in that row.



    Anyone know how i can do this?



    Thanks...

  2. #2
    Stingaway is offline Efficiency Junkie
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2011
    Location
    The deep south. Keep going until you hit water basically.
    Posts
    224
    Quite a few options - one that comes to mind if you don't want to do it through code is a sub form with the table information in it, driven and filtered by your combo box on the main form.

  3. #3
    ismith is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2011
    Posts
    39
    Quote Originally Posted by Stingaway View Post
    Quite a few options - one that comes to mind if you don't want to do it through code is a sub form with the table information in it, driven and filtered by your combo box on the main form.
    How would i do that?

    Im fairly new to access and vba.

    thanks..

  4. #4
    alansidman's Avatar
    alansidman is offline VIP
    Windows 7 32bit Access 2007
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529

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

Similar Threads

  1. Problems loading TIME
    By Daniel.Kuiper1@ing.nl in forum Import/Export Data
    Replies: 2
    Last Post: 09-23-2011, 01:43 AM
  2. frm not loading when DB opens
    By Gavroche in forum Access
    Replies: 3
    Last Post: 09-13-2011, 08:56 AM
  3. Auto Loading a Form
    By toddbuckles in forum Programming
    Replies: 7
    Last Post: 12-28-2010, 04:20 PM
  4. Loading data for our business
    By fsmikwen in forum Programming
    Replies: 2
    Last Post: 04-16-2010, 09:13 AM
  5. Loading pictures from URL in a report
    By drborracho in forum Programming
    Replies: 5
    Last Post: 12-13-2005, 09:22 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