I have a form with one text box on it. I would like the user to enter a social. If there are any matching socials from tbl suspects, I want it to display the information from that table, if not I just want it to display "No Records Found"
I tried using the after update event assigned to a macro the opens a form with all the records from my tbl suspects and applying a filter from a query of that table. But it displayes all of the records.
Where have I gone wrong!
I tried using the after update event assigned to a macro the opens a form with all the records from my tbl suspects and applying a filter from a query of that table. But it displayes all of the records.
Where have I gone wrong!