Not sure what I'm looking for to make this work. I have three rows in a relational database table:
1 lost
2 found
3 sighted
The goal is to output LOST and FOUND from a dropdown list, with sighted items listed under FOUND.
So I need to virtually combine found and sighted, but can't literally combine them as they are used separately elsewhere. Am thinking I need to either manipulate the dropdown list, or use additional SQL in the main table outputting the data. Probably the latter, just can't put my finger on it.
I'm sure this is simple, but my mind goes blank if I am away from this for awhile and then work on it too hard.![]()