Filtering Fields???????

  • Thread starter Thread starter jbc4321
  • Start date Start date
J

jbc4321

Guest
Hello all, I am new to this forum along with being fairly new with working in Access. The report I have is generated from a query that I created, each record has fields called status checks (up to 22). I need the report to only display the 5 latest updated status check fields for each record in the report. What is the best way to go about this
 
If you have a query with 22 different status fields, it sounds as if your database is not built correctly. You should have just one status field.

Col
 
I know it sounds like that, but its not, anyone have a useable suggestion
 
Only display the 5 latest updated fields..

I wonder whether you need to create a new table column/field to track the time when users made changes on the database. Afterwards, you can ascend the stack column and use for loop to read the last 5 records.

Just a thought, hope it can work.
 

Users who are viewing this thread

Back
Top Bottom