How to Filter Multiple SharePoint Lists with Form Web Part?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Brendan Wolf
    New Member
    • Oct 2010
    • 5

    How to Filter Multiple SharePoint Lists with Form Web Part?

    Hey Guys,

    I am not sure if there are too many SharePoint experts on here, but I figured I would ask and I would really appreciate any help.

    If there a way using a form web part to have one criteria filter multiple lists on the same screen.

    Attached is a screenshot of what I am working with.

    Here is the code I have to filter one list:

    Code:
    <br> 
    
    </br>
    <div onkeydown="javascript:if (event.keyCode == 13) _SFSUBMIT_"><input type="text" name="T1"/>&nbsp;&nbsp; <input type="button" value="Search" onclick="javascript:_SFSUBMIT_"/><br />
      <br />
    </div>
    Thank you!
    Attached Files
Working...