Hi, I need to create multiple views for a single table. These views would then be displayed as normal by cllicking on the table link from the main page.
However ASP runner only lets me set up a table to appear once. Is there an easy workaround for this? Or must I build a spereate project for each view and then put the asp's manually into my working folder.
It is required for a table which in specific circumstances I need to display sorted information based on a relationship to another table. It is not realistic to have this additional information appear in the main table under normal circumstances.
I hope that this is clear.