Unable to configure ASP site so that update page displays data for logged on user, only.
Hi there. I'm using Dreamweaver 8 to develop a small site (ASP and VBscript) with an Access database containing customer records. The admin pages I set up work fine and I'm able to view and delete records.
I have an update page for customers that should only display the record of the person that is logged in. When a user logs in, there is a link to the customer update page. When they click the link, the 'CustomerID' key field session variable should be passed by URL to the update page but the update page just displays the first record in the database.
Thanks in advance for your time.
