How do I use a table again to create a new view? For example, I already use the employee table to create an employee list page. Now, I want to use the same table to build a phonelist.
When I use the employee table again to build the phonelist page, the employee list page gets overwritten. I'd rather not have to build another table to display information that's already there.