Results 1 to 3 of 3
  1. #1
    mejia.j88 is offline Competent Performer
    Windows 7 64bit Access 2007
    Join Date
    Nov 2011
    Location
    california
    Posts
    228

    Question query column not populating text box.

    Hi all,

    I have a query that is used to populate some fields in a form.
    the query has 9 columns: 0,1,2,3,4,5,6,7,8.


    when i update a combo box (field 0) the query should populate the rest of the text boxes using colums 1-8.

    the problem: column 8 is not populating.
    every other text box is filled. For the text box control source, i have used
    =[query name].[column](#) where # is the column number respectively.

    so for the text box =[query name].[column](8) it does not show anything (if i run the query, all data is there)

    if in that same text box i put =[query name].[column](1) then it does show something, basically, all of them show except column 8.

    has anyone experienced something similar?
    below is my sql for the query:


    SELECT etchlot.EtchLot, etchlot.PartNumber, etchlot.LotNumber, etchlot.WorkOrder, etchlot.EtchNumberStart, etchlot.AcidBatch, etchlot.EtchSink, DIODES.DIE_SIZE, DIODES.DIE_CUTFROM DIODES INNER JOIN etchlot ON DIODES.P_NUMBER = etchlot.PartNumberORDER BY etchlot.EtchLot DESC;


    diodes.die_cut is the one i want to show that is not working.
    also, i have tried to make another column (number 9) and it also does not work.

    if i move die_cut to another column, then it does show.

    any ideas?

    thanks
    -j

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    EDIT: misread post, removed comment
    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
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Make sure the Column Count property of the combo is 9.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Populating a field from another table using DLookup
    By Jamescdawson in forum Access
    Replies: 22
    Last Post: 03-16-2012, 09:59 AM
  2. Replies: 3
    Last Post: 07-14-2011, 05:33 PM
  3. Replies: 7
    Last Post: 11-26-2010, 07:54 PM
  4. populating value of one field to another
    By jzacharias in forum Database Design
    Replies: 2
    Last Post: 09-08-2010, 02:39 PM
  5. Auto Populating a field in a table
    By softspoken in forum Access
    Replies: 11
    Last Post: 04-05-2010, 02:52 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