Skip to main content

Search history of multiple records

  • June 30, 2020
  • 2 replies
  • 7 views

We have a large database with hundreds of records tracking IT equipment. I want to be able to find if person X used to have a monitor. They may have returned it and as we are tracking the equipment by serial (not the person). That monitor has now be redeployed to someone else so the current user field has changed. So if I search for person X nothing comes up. However, in one of the records, in the history, will be a record of that person’s name. But I do not know what record. How can I tell the search to dig deeper than what is currently shown?
Thanks

2 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • 9778 replies
  • July 1, 2020

As far as I know, you can’t search the activity history.

So you would need to redesign the structure of your database. You would need to create another table which keeps track of the entire activity history for each piece of equipment. And you would link your equipment to this activity history table.


  • Author
  • New Participant
  • 1 reply
  • July 1, 2020

Thanks for this. Seems like it would be a useful thing to be able to do as all the data is right there.
For now we will just remember to fill in a field for previous user.