I don't know if I am over thinking this or under none the less.
I have a table that is similar to below. I am trying to do a floating trap.
None of the rows have all of the collumns. (No row will have 1 - 9) So it is impossible to do a detail on one with all 1 - 9. .
Example
|1|2|3|4|5|6|7|8|9| <<<< My data does not have a header. Example Purposes
|1|2|3|||6|7|||
|1||3||5|6|7|8|9|
||||4|5|6||8|9|
How can I select somthing to trap between the ||
Or is it possible?