Results 1 to 3 of 3
  1. #1
    JeremyPSU is offline Novice
    Windows XP Access 2010 (version 14.0)
    Join Date
    Nov 2010
    Posts
    3

    filter report via bound text box

    I have a Report that has a bound text box in the report header.


    Trying to filter the Report by the value set in the text box.

    Text box: [Customer]
    control source: =[Forms]![Customer Look-Up]![Customer]

    Report: [Sales]
    Field in Report trying to Filter: [Customer Name]



    What would I set the filter as or is there a better way??

    May be posted already but having hard time looking for it

  2. #2
    ConneXionLost's Avatar
    ConneXionLost is offline Simulacrum
    Windows XP Access 2003
    Join Date
    Jan 2010
    Location
    Victoria, Canada
    Posts
    291
    Assuming you have a query as the source for the report, then you'll want to add:

    Code:
    =[Forms]![Customer Look-Up]![Customer]
    as criteria in the query.

    Cheers,

  3. #3
    JeremyPSU is offline Novice
    Windows XP Access 2010 (version 14.0)
    Join Date
    Nov 2010
    Posts
    3
    Don't know why I didn't make a separate query for this report.
    I had one query linked to 2 different reports.

    Made it a lot easier
    thanks for the help

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

Similar Threads

  1. Concatenating (2x unbound into bound text box)
    By justinwright in forum Programming
    Replies: 1
    Last Post: 08-19-2010, 08:11 AM
  2. How to bound a text box
    By bundy75 in forum Forms
    Replies: 10
    Last Post: 07-30-2010, 02:50 PM
  3. Replies: 3
    Last Post: 12-03-2009, 04:38 PM
  4. Bound a unbound text box to the table
    By Brian62 in forum Forms
    Replies: 1
    Last Post: 11-06-2009, 11:05 AM
  5. I can't enter text in a bound text box
    By Jerry8989 in forum Forms
    Replies: 3
    Last Post: 10-05-2009, 11:52 AM

Tags for this Thread

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