Display Data

Display Data

I have 2 forms. The 1st is named Property_Input and a stateless from named Status.  The Property_Input form is where I input the data for 3 fields "PropertyAddress, Date_Filed, and StatusUpdate".  The stateless form has 1 field which is a lookup dropdown box populated with the data from the PropertyAddress field from the first form.  I am trying to make it so that when an address is selected from the stateless form it displays all the status updates and dates for just that one property. And hides all the updates from the other properties.  I have figured out how not to show duplicates in the statles dropdown. There are always new updates being done for each property and new properities alway being added to the first form. Everything I do just shows the whole table from the view which is named Status_View.  Any help would be appreciated.
Thanks
Chad