I hope this all make sense.
I'm building a repair database. There are 6 stages to the repair. (receive, eval, quote, approve, repair, ship)
each form has a required initial field.
(All of this Unit data is stored in a single table)
What I want to do is make a list box so I can show which units are in which stage.
My thinking tells me that I should filter by records that have receive initials value = true and eval, quote, etc = false. so on and so forth.
(there are multiple people entering their initials, so I just need to indicate there is data in the field)
What is the best way to query this information?
Or if you think there is a better way to do this, I'm all ears!
thanks