Thanks Art for the info, spent the morning investigating PHP,
installing locally and getting it working, only to find that
Dreamweaver only allows you to connect to MySQL DB's with PHP
pages, so this rules out using PHP as I need to connect to DB2
running on an IBM AS/400 (i/z series or what ever IBM wants to call
it nowadays) and Coldfusion is out of the question due to the cost,
as I said I have no money to spend so it needs to be free if i'm to
change the server side technology; so I am pretty much left with
ASP or ASP.net since I know even less about JSP pages than anything
else on offer...
Could you eleborate further on binding the tables, inner
joins, and what I would have to do to filter the recordset to only
show that users records...
I was under the impression that I was somehow going to be
using session variables based on the logged in username to achieve
what I need..?
Is this the right line of thinking???
All comments appreciated.