Results 1 to 2 of 2
  1. #1
    chhinckley is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    4

    Unhappy PASSING Values between Forms

    I am fairly new to Access and I am trying to pass values from an unbound form to a master form based on criteria user selects. So basically I have 5 fields on a separate form that a user selects from a drop down list that I want to be able to select to pull up the programs that match any or all of the criteria selected. Any suggestions.

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    when you open the master form, try grabbing the values from the unbound form using either of these syntax lines:
    Code:
    forms("formname").controls("controlname")
    
    forms!formname!controlname

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

Similar Threads

  1. Passing variable values to Stored Procedure
    By rodrigopcnet in forum Access
    Replies: 1
    Last Post: 04-14-2010, 10:35 AM
  2. Replies: 1
    Last Post: 03-24-2010, 08:42 AM
  3. Replies: 3
    Last Post: 06-02-2009, 09:51 AM
  4. Passing Values
    By dromorkid in forum Forms
    Replies: 0
    Last Post: 11-25-2008, 05:04 PM
  5. Table values in forms
    By xzxz in forum Access
    Replies: 3
    Last Post: 10-28-2008, 08:29 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