Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,633
    Okay, the form works.



    The RecordSource for the report has no filter criteria.

    The listbox returns all records that have the search value in any field of the RowSource query. This is accomplished by applying the filter criteria to every field in the query on different OR row for each field. Look at the design of QRY_SearchAll. Do the same for QRY_Report. Criteria under each field and on a different OR row for each field (stair-step effect): LIKE "*" & Forms!FRM_SearchMulti!SearchFor & "*"

    Or use the QRY_SearchAll for both form and report.
    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
    gatsby is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    114
    Quote Originally Posted by June7 View Post
    Okay, the form works.

    The RecordSource for the report has no filter criteria.

    The listbox returns all records that have the search value in any field of the RowSource query. This is accomplished by applying the filter criteria to every field in the query on different OR row for each field. Look at the design of QRY_SearchAll. Do the same for QRY_Report. Criteria under each field and on a different OR row for each field (stair-step effect): LIKE "*" & Forms!FRM_SearchMulti!SearchFor & "*"

    Or use the QRY_SearchAll for both form and report.


    WOW! you are a genius... i got it... Thanks a lot!

  3. #18
    gatsby is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    114
    by the way, i have another question, related also the database that was presented. this time, its a different case, should i place the question here or should i create another thread?

    Thanks a lot June7!

  4. #19
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,633
    I suggest a new thread if the question is really very different.
    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.

  5. #20
    gatsby is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    114
    Quote Originally Posted by June7 View Post
    I suggest a new thread if the question is really very different.
    okay, thanks June7.

    consider this thread SOLVED. again, thanks.

  6. #21
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,633
    Note that Preview Report Current Wine works because code in the button click event sets filter criteria for the report.

    By setting parameters in the QRY_Report as I suggested might cause that report to no longer work. If it does, maybe just fix the procedure code to not apply criteria.
    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.

  7. #22
    gatsby is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2013
    Posts
    114
    yes, im using the Preview Report Current Wine code for specific item (1 item only). i have 2 preview reports actually - 1 for single item and the other report is the results of the keyterm used.

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

Similar Threads

  1. Help with reporting
    By stevo7624 in forum Access
    Replies: 1
    Last Post: 09-03-2012, 09:54 PM
  2. Replies: 1
    Last Post: 06-15-2012, 05:51 PM
  3. reporting
    By jaykappy in forum Reports
    Replies: 10
    Last Post: 02-16-2012, 03:02 PM
  4. Complex reporting (well for me anyway)
    By Rubijon in forum Reports
    Replies: 4
    Last Post: 11-09-2011, 08:01 PM
  5. Query reporting help
    By kwooten in forum Queries
    Replies: 5
    Last Post: 06-10-2011, 07:03 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