Hi,
I built a search form based off of a query because I need the results to be able to return more than one record. For example, search by ID # and return several rows like so:
IDNameCase #Date IssuedLevel12345Mouse, Mickey2222204/11/2018First12345Mouse, Mickey3333304/01/2018Second12345Mouse, Mickey4444405/16/2018Third
This was easy enough, however I need the user to be able to make updates to the results as needed that will in turn update the source table. Is there a way to build the form that can search a table and return multiple records that are editable? I don't want the user to have to manually navigate to each record.
Hope this makes sense.
Thanks!
I built a search form based off of a query because I need the results to be able to return more than one record. For example, search by ID # and return several rows like so:
IDNameCase #Date IssuedLevel12345Mouse, Mickey2222204/11/2018First12345Mouse, Mickey3333304/01/2018Second12345Mouse, Mickey4444405/16/2018Third
This was easy enough, however I need the user to be able to make updates to the results as needed that will in turn update the source table. Is there a way to build the form that can search a table and return multiple records that are editable? I don't want the user to have to manually navigate to each record.
Hope this makes sense.
Thanks!