Have Text List Object display Selected Records

I have a dB with a field named «Category» and a Tab Panel that will Select Records for each button for each Category (5 in total). I have put in code within the Tab Panel Object to Select the Records that match the Category. The UpRecord and DownRecord buttons will display each of the Selected Records.

Now, I want to add a Text List Object that will display all of the Selected Records, But the Text List Object displays All records in the dB.

If I remember correctly, I think that a textlist object will display only the selected records in the datasheet if you put info(“visible”) in the query box of the text List options.

Thank you … works!