Question: referencing a table, or something better

if I have a table of data of the form: A | 1 | 2 | 3 B | 5 | 2 | 5 C | 9 | 8 | 2 ... how can I reference the table? I am working in document mode and I cannot figure out how to name the table to access it (hopefully) like "table1[1,2]" if this is not possible, is there some other way to do what I am wanting? It has to not only be a functional solution, but a graphical one as well, because this is for a report to hand in (so I can't "table1:=...") thanks, patrick
Please Wait...