I want to create table with 2 cells. in each cell, there is a nested table. in the lefthand cell, i have queried the database to retrieve a list of events from a table called 'EVENTS'(ie: 3rd Quarter 2001 report, 2nd Quarter 2001 report, etc...). Each event listing is based on an eventID field. Also, each listing is a hyperlink.
When i click on any of the listings, i want to display information about who signed up for that event in the RIGHTHAND cell. The info in the right hand cell is extracted from another table in the DB called 'LOGIN'.
I have successfully created the lefthand cell list of events, but when i click on any of the listings, the same info is always being displayed in the RIGHTHAND cell.
Any suggestions??? Thanks.