with a button push, I’d like to show the fields from a single random record. And once shown, it should not be seen again. without dropping the record from the table.
how can this be done?
You could add a boolean column and when it has been visited and clicked, put the boolean to true. In the filter of the screen, add that boolean as a condition to show only unchecked rows.
excellent idea. should i add a shuffle actin to the button?
wait a minute. are you saying i need to click the record?
Is that what you wanted? Did I misunderstand?