Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,623
    Never tried to filter reports after they have been rendered. Don't know how charts will behave. If you want to provide, I will check it out.
    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.

  2. #17
    mike02 is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2012
    Posts
    245
    say you have the same example as i provided before, but instead of having the report open in a Navigationform it has a button beside the combo box, saying [open Table]. I want the report to filter to the name that corresponds to the combo box. now i know You wont be using me.navigationsubform. I was thinking it would be.....
    [Report Name].ReportFilter=False
    [Report Name].ReportFilter="Fund Name="&me.[Cbo name]
    [Report Name].ReportFilter=True

    But it doesnt work.


    I will attach the example with the charts, i just have to build a template. thanks,

  3. #18
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,623
    Why use the name and not the fund ID? I can't view your project now. Isn't the combobox bound to the ID field? If you want the name must reference the column that has the name. Column index begins with zero. Wasn't name in the first column? - so index is zero.

    Me.cboName.Column(0)

    I have never used Filter and FilterOn with reports (until your thread). I open reports using WHERE clause of OpenReport.

    DoCmd.OpenReport "report name", , , "ID=" & Me.cboName
    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.

  4. #19
    mike02 is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2012
    Posts
    245
    that doesnt seem to work, it instantly goes into error saying Invalid use of Property, the Column(0). so i removed that and i got this error: Doe not recognice ID... and before that it says it is print it. now i assume it goes into print because i have a print button on the form.

  5. #20
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,623
    I will wait for your next db version.
    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.

  6. #21
    mike02 is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2012
    Posts
    245
    its not letting me upload a file, the upload just expires. I added the view in your code as acviewreport and that would bring up the report, however it says it doesnt recognize id?:S

  7. #22
    mike02 is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2012
    Posts
    245
    thanks for your help! i got it to work!! everything i needed thanks!!

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

Similar Threads

  1. Search List Box with Text Box
    By dalton in forum Access
    Replies: 6
    Last Post: 01-30-2013, 09:58 AM
  2. Replies: 1
    Last Post: 04-20-2012, 03:16 AM
  3. Replies: 0
    Last Post: 05-07-2010, 04:53 AM
  4. search in text
    By miziri in forum Forms
    Replies: 6
    Last Post: 03-28-2010, 10:48 PM
  5. Refresh form search text box
    By oxicottin in forum Forms
    Replies: 2
    Last Post: 11-19-2007, 02:28 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