Results 1 to 2 of 2
  1. #1
    MelonFuel is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    28

    Help with append queries and linking subforms

    Hi


    I have created an Append Query.


    the table tblQueue is the field where it keeps the data.


    I have made a query from the tblQueue and that is now on the main form as a subform.


    The subform isn't linked to anything via master and child.


    There is a drop down list on a another subform that i think i need to link the data to.


    Heres the code that i've used to run the append query.


    Code:
    Private Sub Append_Click()
    
    
    stDocName = "qryOrderAp"
    Docmd.OpenQuery stDocName, acNormal, acEdit
    Me.Refresh
    
    
    MsgBox "Done!"
    
    
    End Sub



    Any help would be appreciated.


    Thanks.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    What is wrong - error message, wrong results, nothing happens? Show the sql statement of qryOrderAp.

    You 'think' you need data from combobox on another subform? How would we know better than you what is needed? We don't know your data structure.
    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.

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

Similar Threads

  1. Append Queries
    By HunterEngineeringCoop in forum Queries
    Replies: 8
    Last Post: 12-12-2012, 01:10 PM
  2. Linking Subforms on Unbound Master Form?
    By 10 Gauge in forum Forms
    Replies: 8
    Last Post: 07-21-2011, 08:06 AM
  3. Replies: 4
    Last Post: 06-22-2011, 10:53 AM
  4. Problem linking subforms, filtering and uploading
    By sameerk0286 in forum Access
    Replies: 1
    Last Post: 12-09-2010, 09:18 AM
  5. Replies: 2
    Last Post: 04-11-2006, 08:40 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