In my table I have a memo field that looks something like this:
"1234",3.0,F,T (I have 400 lines of this in each memo field)
I only need to see lines from the memo field that contain T,T or T,F or F,T. What would be the best way to handle this, I would send to excel however I still need to maintain a relation to the main record for each line.
"1234",3.0,F,T (I have 400 lines of this in each memo field)
I only need to see lines from the memo field that contain T,T or T,F or F,T. What would be the best way to handle this, I would send to excel however I still need to maintain a relation to the main record for each line.