Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    marcustofeles is offline Novice
    Windows XP Access 2002
    Join Date
    Oct 2011
    Posts
    23

    This was interesting! I just found that if I click (maybe it's an update of the control) the prefix box after the query is run, than it updates the textbox! (the textbox having your original post in this thread as property)

  2. #17
    marcustofeles is offline Novice
    Windows XP Access 2002
    Join Date
    Oct 2011
    Posts
    23
    I can't get the DB down to the needed size for uploading.

  3. #18
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,614
    I have a copy of your db.

    Please try this:

    Change the Row Source property of the combo box called "containernummer" to:
    Code:
    SELECT Containers.containernummer, Containers.prefix FROM Containers;
    Set the Control Source Property of the text box called "textbox" to:
    Code:
    =containernummer.Column(1)
    Does this give the result you that desire.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  4. #19
    marcustofeles is offline Novice
    Windows XP Access 2002
    Join Date
    Oct 2011
    Posts
    23
    My DB is now almost completely stripped, yet it's 1,5MB.

  5. #20
    marcustofeles is offline Novice
    Windows XP Access 2002
    Join Date
    Oct 2011
    Posts
    23
    Dear Bob, you're a genius!!!

    Works flawlessly! I'm so grateful for all your help!

  6. #21
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,614
    I'm glad that we have been able to help.

    BTW: Should you need to post a copy db in the future, first run Compact and Repair. Then "Zip" the bd file. The zipped file was only 231 KB when I tried it with your db.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  7. #22
    marcustofeles is offline Novice
    Windows XP Access 2002
    Join Date
    Oct 2011
    Posts
    23
    Gotcha. Thanks again man!!!

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 12
    Last Post: 06-08-2012, 02:37 AM
  2. Unable to search record in my listbox
    By mar_t in forum Access
    Replies: 7
    Last Post: 07-27-2011, 07:37 PM
  3. Replies: 0
    Last Post: 03-14-2011, 08:38 AM
  4. Populate unbound listbox with VBA
    By usmcgrunt in forum Forms
    Replies: 1
    Last Post: 09-23-2010, 09:11 PM
  5. Replies: 3
    Last Post: 08-25-2010, 09:03 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